Skip to content

Commit 1a8eeef

Browse files
committed
address codacy issue
1 parent 4402456 commit 1a8eeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broker/setup_broker/lvk/setup_broker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [ "${teardown}" != "True" ]; then
5858
# create bigquery dataset and table
5959
bq --location="${region}" mk --dataset "${bq_dataset}"
6060

61-
cd templates
61+
cd templates || exit 5
6262
bq mk --table "${PROJECT_ID}:${bq_dataset}.${alerts_table}" "bq_${survey}_${alerts_table}_schema.json" || exit 5
6363
cd .. || exit 5
6464

0 commit comments

Comments
 (0)