Skip to content

Commit

Permalink
Fix wrong reference to vault (#15228)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjose authored and shoenig committed Nov 16, 2022
1 parent b35b0cb commit b2699a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/commands/var/put.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ nomad var put secret/foo @spec.nv.json
Or it can be read from standard input using the "-" symbol:

```shell-session
$ echo "abcd1234" | vault var put secret/foo bar=-
$ echo "abcd1234" | nomad var put secret/foo bar=-
```


Expand Down

0 comments on commit b2699a8

Please sign in to comment.