Skip to content

Commit

Permalink
fix(deploy): add space (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd authored Mar 15, 2024
1 parent b6e22b2 commit 7efacb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x

if [[ -z "$MBTA_V2_API_KEY" || -z "$DD_API_KEY" || -z "$YANKEE_API_KEY"]]; then
if [[ -z "$MBTA_V2_API_KEY" || -z "$DD_API_KEY" || -z "$YANKEE_API_KEY" ]]; then
echo "Must provide MBTA_V2_API_KEY, YANKEE_API_KEY, and DD_API_KEY in environment" 1>&2
exit 1
fi
Expand Down

0 comments on commit 7efacb2

Please sign in to comment.