Skip to content

Commit

Permalink
fix typo when passing --host-injections to container script
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Dec 20, 2023
1 parent e3ddacc commit 16ddf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ BUILD_STEP_ARGS+=("--storage" "${STORAGE}")
# add options required to handle NVIDIA support
BUILD_STEP_ARGS+=("--nvidia" "all")
if [[ ! -z ${SHARED_FS_PATH} ]]; then
BUILD_STEP_ARGS+=("--host-injections ${SHARED_FS_PATH}/host-injections")
BUILD_STEP_ARGS+=("--host-injections" "${SHARED_FS_PATH}/host-injections")
fi

# prepare arguments to install_software_layer.sh (specific to build step)
Expand Down

0 comments on commit 16ddf7f

Please sign in to comment.