Skip to content

Commit 9f5de41

Browse files
committed
Fix syntaxt
1 parent 38597a4 commit 9f5de41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-config-map.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo "Current Kubernetes namespace: $NAMESPACE"; echo
4343

4444
echo " * Getting current default configuration"
4545

46-
command -V yq || { echo "yq not found, exiting"; exit 6}
46+
command -V yq || { echo "yq not found, exiting"; exit 6; }
4747

4848
APP_CONFIG=$(yq -y --arg MONGO_HOST "$MONGO_HOST" \
4949
--arg RABBIT_HOST "$RABBIT_HOST" \

0 commit comments

Comments
 (0)