Skip to content

Commit

Permalink
Include an error message if the ppp-infra directory is not linked cor…
Browse files Browse the repository at this point in the history
…rectly
  • Loading branch information
Chris Gilmer committed Jan 4, 2019
1 parent 9c32594 commit b63cffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ fi
if [ -e "$PPP_INFRA_PATH"/transcom-ppp/.envrc ]
then
source_env "$PPP_INFRA_PATH"/transcom-ppp/.envrc
else
log_error "Unable to find the transcom-ppp/.envrc file. Please check $$PPP_INFRA_PATH if aws commands don't work"
fi

# Check that all required environment variables are set
Expand Down

0 comments on commit b63cffe

Please sign in to comment.