diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2019-03-11 21:08:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 21:08:20 +0100 |
commit | 3a42c2305eccb8d54e66c76eb2ae4eacfd81f941 (patch) | |
tree | 6bb5b9975cecff795f4b7d467c14491bd2a83466 /railties/lib/rails/commands | |
parent | f55306f098f9a937ef2b0fbbb0e002960f7bcf89 (diff) | |
parent | 4aa9935c2f8fbeeb4e123945eefb85f714372fb2 (diff) | |
download | rails-3a42c2305eccb8d54e66c76eb2ae4eacfd81f941.tar.gz rails-3a42c2305eccb8d54e66c76eb2ae4eacfd81f941.tar.bz2 rails-3a42c2305eccb8d54e66c76eb2ae4eacfd81f941.zip |
Merge pull request #34955 from bogdanvlviv/follow-up-33962
Add `config.credentials.content_path` and `config.credentials.key_path` to the guide
Diffstat (limited to 'railties/lib/rails/commands')
-rw-r--r-- | railties/lib/rails/commands/credentials/USAGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/commands/credentials/USAGE b/railties/lib/rails/commands/credentials/USAGE index f7268a64d1..c8d3fb9eda 100644 --- a/railties/lib/rails/commands/credentials/USAGE +++ b/railties/lib/rails/commands/credentials/USAGE @@ -42,7 +42,7 @@ from leaking. === Environment Specific Credentials The `credentials` command supports passing an `--environment` option to create an -environment specific override. That override will takes precedence over the +environment specific override. That override will take precedence over the global `config/credentials.yml.enc` file when running in that environment. So: rails credentials:edit --environment development |