Skip to content

Commit

Permalink
trivial: step using keyfile now refers to the created keyfile in prev…
Browse files Browse the repository at this point in the history
…ious step
  • Loading branch information
kay-kim committed Sep 2, 2014
1 parent 5fc81f5 commit be1c67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/steps-deploy-replica-set-with-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ action:
and :option:`--replSet` command-line options:
language: javascript
code: |
mongod --keyFile /mysecretdirectory/keyfile --replSet "rs0"
mongod --keyFile /mysecretdirectory/mongodb-keyfile --replSet "rs0"
- pre: |
The following example specifies parameters through a configuration file:
language: javascript
Expand Down

0 comments on commit be1c67c

Please sign in to comment.