Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Updated vault shared env path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjparkinson committed Jun 8, 2017
1 parent 33b7f47 commit 2b0884c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ENV_MSG_CANT_GET = "Error: Cannot get config vars for this service. Check you ar
| sed -e '$$ d' \
| perl -pe 's/^([^ \t]+)\s+(.+)$$/\1=\2/' \
> .env
@vault read secret/teams/next/next-globals/development \
@vault read secret/teams/next/shared/development \
| tail -n +4 \
| sed -e '$$ d' \
| perl -pe 's/^([^ \t]+)\s+(.+)$$/\1=\2/' \
Expand Down

0 comments on commit 2b0884c

Please sign in to comment.