1
0
Fork 0
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:
Stefan Wrobel 2017-12-11 21:39:41 -08:00 committed by GitHub
parent 6129d1f937
commit 76e545546c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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