format as shell instead of bash

This commit is contained in:
Jon Brohauge 2018-07-26 14:18:44 +02:00 committed by Nicolas De loof
parent 859d616478
commit 79ab9194c3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ If needed, enter the docker container: `docker exec -it library/vault /bin/sh`
Execute the following to put data in vault.
```bash
```sh
vault write -address=$VAULT_SERVER_URL secret/jenkins/master \
AWS_ACCESS_KEY_ID="[Your AWS ACCESS KEY]" \
AWS_SECRET_ACCESS_KEY="[YOUR AWS SECRET ACCESS KEY]" \