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

Commit 2b0884c

Browse files
committed
Updated vault shared env path.
1 parent 33b7f47 commit 2b0884c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ENV_MSG_CANT_GET = "Error: Cannot get config vars for this service. Check you ar
167167
| sed -e '$$ d' \
168168
| perl -pe 's/^([^ \t]+)\s+(.+)$$/\1=\2/' \
169169
> .env
170-
@vault read secret/teams/next/next-globals/development \
170+
@vault read secret/teams/next/shared/development \
171171
| tail -n +4 \
172172
| sed -e '$$ d' \
173173
| perl -pe 's/^([^ \t]+)\s+(.+)$$/\1=\2/' \

0 commit comments

Comments
 (0)