Skip to content

Commit

Permalink
Fix syntaxt
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Jul 19, 2024
1 parent 38597a4 commit 9f5de41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-config-map.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo "Current Kubernetes namespace: $NAMESPACE"; echo

echo " * Getting current default configuration"

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

APP_CONFIG=$(yq -y --arg MONGO_HOST "$MONGO_HOST" \
--arg RABBIT_HOST "$RABBIT_HOST" \
Expand Down

0 comments on commit 9f5de41

Please sign in to comment.