Skip to content

Commit 5588ff3

Browse files
committed
fix syntax issue
1 parent 7d900ea commit 5588ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broker/setup_broker/setup_broker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ manage_resources() {
105105
--max-delivery-attempts=5 \
106106
--dead-letter-topic-project="${PROJECT_ID}"
107107
else
108-
if [ "$environment_type" = "testing"]; then
108+
if [ "$environment_type" = "testing" ]; then
109109
# delete testing resources
110110
python3 setup_gcp.py --survey="$survey" --testid="$testid" --teardown --confirmed --versiontag="${versiontag}"
111111
gcloud pubsub topics delete "${topic_diasource}"

0 commit comments

Comments
 (0)