Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mical committed Jul 17, 2023
1 parent 0bcab18 commit b34d0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ $ vault lease revoke $lease_id
To save the token into an environment variable, run

```sh
$ TOKEN=$(vault read -format=json buddy/creds/r1 | jq -r .data.token)
$ TOKEN=$(vault read -format=json buddy/creds/run_pipeline | jq -r .data.token)
```

0 comments on commit b34d0ed

Please sign in to comment.