Skip to content

Commit

Permalink
Remove duplicate if
Browse files Browse the repository at this point in the history
  • Loading branch information
tiembo committed Jul 24, 2018
1 parent 324d821 commit 098caa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ftl_setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Check if service key environment variable is set; exit if not
if if [ -z "$GCLOUD_SERVICE_KEY" ]; then
if [ -z "$GCLOUD_SERVICE_KEY" ]; then
echo "GCLOUD_SERVICE_KEY env variable is empty. Exiting."
exit 1
fi
Expand Down

0 comments on commit 098caa3

Please sign in to comment.