Merge pull request #31410 from swrobel/patch-3

Fix secrets command deprecation message
This commit is contained in:
Ryuta Kamizono 2017-12-12 15:06:08 +09:00 committed by GitHub
commit 84194ecd62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ def show
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