Skip to content

Commit

Permalink
fix accidental change in up.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes94 committed Jul 31, 2023
1 parent a3186e6 commit 9147719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/env/scripts/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [[ "$SPAWN_LOGGER" == "true" && -n "${LOG_DIR:-}" ]]; then
fi

log "Deploying fleetshard-sync"
shard_sync.sh apply "${MANIFESTS_DIR}/fleetshard-sync"
exec_fleetshard_sync.sh apply "${MANIFESTS_DIR}/fleetshard-sync"
inject_exported_env_vars "$ACSMS_NAMESPACE" "fleetshard-sync"

wait_for_container_to_appear "$ACSMS_NAMESPACE" "application=fleetshard-sync" "fleetshard-sync"
Expand Down

0 comments on commit 9147719

Please sign in to comment.