Skip to content

Commit

Permalink
chore: typo env.gpg to .env.gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
amber committed Oct 2, 2024
1 parent 0c1b6b4 commit d1c6e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DOCKER_COMPOSE_FILE=docker-compose.dev.yaml

if [[ ! -f .env ]] && [[ -f env.gpg ]]; then
if [[ ! -f .env ]] && [[ -f .env.gpg ]]; then
if [[ -z $(cat nshm.passphrase) ]]; then
aws s3 cp s3://nus-backend-terraform/nshm.passphrase .
fi
Expand Down

0 comments on commit d1c6e7c

Please sign in to comment.