aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAditya Sanghi <aditya@punchh.com>2015-06-08 13:08:08 +0530
committerAditya Sanghi <aditya@punchh.com>2015-06-08 13:08:08 +0530
commitc26402cc973dc2195e8ddd521ed7bc28cc4f6105 (patch)
tree90b91419c5b6b40bb012e8c422caeec8fd468ddf
parentdc245c0ef57c65750caab2dbb4a6801178afad82 (diff)
downloadrails-c26402cc973dc2195e8ddd521ed7bc28cc4f6105.tar.gz
rails-c26402cc973dc2195e8ddd521ed7bc28cc4f6105.tar.bz2
rails-c26402cc973dc2195e8ddd521ed7bc28cc4f6105.zip
Code fix in CHANGELOG
:nail: remove extraneous bracket
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 7658c8ba26..6ebbdbc3db 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -14,7 +14,7 @@
Before:
- if (slack_url = Rails.application.secrets.slack_url).present?)
+ if (slack_url = Rails.application.secrets.slack_url).present?
# Do something worthwhile
else
# Raise as important secret password is not specified