Skip to content

Commit

Permalink
fix: Fix typo in deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Jun 6, 2024
1 parent be6c392 commit 54b2972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brownie/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set +o allexport

KAFKA_BROKERS=$(echo "${KAFKA_BROKERS}" | sed 's/,/\\,/g')
TIMESTAMP_PATTERN=$(echo "${TIMESTAMP_PATTERN}" | sed 's/,/\\,/g')
ENABLED_MODULES==$(echo "${ENABLED_MODULES}" | sed 's/,/\\,/g')
ENABLED_MODULES=$(echo "${ENABLED_MODULES}" | sed 's/,/\\,/g')

echo "K8S_NAMESPACE=${K8S_NAMESPACE}"
CHART_PACKAGE="${SERVICE_NAME}-0.1.0.tgz"
Expand Down

0 comments on commit 54b2972

Please sign in to comment.