mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Code fix in CHANGELOG
:nail: remove extraneous bracket
This commit is contained in:
parent
dc245c0ef5
commit
c26402cc97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue