Skip to content

Commit

Permalink
Fix: init args, not `orhcestrator_args'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ser-io committed Nov 16, 2023
1 parent 680112d commit 024ec27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ start_orchestrator() {
mkdir -p "${orchestrator_cvd_artifacts_dir}"
chown _cutf-operator:cvdnetwork "${orchestrator_cvd_artifacts_dir}"

orhcestrator_args=()
args=()

if [[ -n "${orchestrator_http_port}" ]]; then
args+=("--http_port=${orchestrator_http_port}")
Expand Down

0 comments on commit 024ec27

Please sign in to comment.