Skip to content

Commit

Permalink
Fix unbound variable when running container_image targets (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Jan 20, 2022
1 parent 74be309 commit 3f0cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/incremental_load.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -278,5 +278,5 @@ if [[ "%{run}" == "True" ]]; then
cleanup

# This generated and injected by docker_*.
exec %{run_statement} "${docker_args[@]}" "%{run_tag}" "${container_args[@]}"
eval exec %{run_statement} "${docker_args[@]}" "%{run_tag}" "${container_args[@]:-}"
fi

0 comments on commit 3f0cd4b

Please sign in to comment.