Skip to content

Commit

Permalink
Fixing bug (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin authored Jul 19, 2024
1 parent eecceb3 commit 38597a4
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 38597a4

Please sign in to comment.