Skip to content

Commit 162b80b

Browse files
authored
Merge pull request #310 from davidsandilands/master
Update GPG example to match defaults
2 parents 49bab85 + 9f2a6b5 commit 162b80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You can then use the GPG answer file to generate your keyring within the
205205
/gpg sub-directory in the ```$keysdir```
206206

207207
```bash
208-
gpg --batch --homedir /etc/puppetlabs/code-staging/keys/gpg --gen-key /tmp/gpg_answers
208+
gpg --batch --homedir /etc/puppetlabs/puppet/keys/gpg --gen-key /tmp/gpg_answers
209209
```
210210

211211
#### Usage

0 commit comments

Comments
 (0)