mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix secrets command deprecation message
This commit is contained in:
parent
6129d1f937
commit
76e545546c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ module Rails
|
|||
private
|
||||
def deprecate_in_favor_of_credentials_and_exit
|
||||
say "Encrypted secrets is deprecated in favor of credentials. Run:"
|
||||
say "bin/rails credentials --help"
|
||||
say "bin/rails credentials:help"
|
||||
|
||||
exit 1
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue