Skip to content

Commit 9fbefa4

Browse files
authored
Fix wrong changelog code sample
I was testing this new feature of fetching the credentials from the command line and found out the code sample was wrong. Initially the PR was using `/` to navigate the credentials hierarchy but then @byroot changed it to use `.` instead.
1 parent 6a849e3 commit 9fbefa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* Add command `rails credentials:fetch PATH` to get the value of a credential from the credentials file.
22

33
```bash
4-
$ bin/rails credentials:fetch kamal_registry/password
4+
$ bin/rails credentials:fetch kamal_registry.password
55
```
66

77
*Matthew Nguyen*, *Jean Boussier*

0 commit comments

Comments
 (0)