Skip to content

Commit

Permalink
fix typo in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Dec 5, 2024
1 parent de06aab commit 851fdae
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 @@ -196,7 +196,7 @@ if [[ "${REPOSITORY}" == riscv.eessi.io* ]]; then
echo "bot/build.sh: disabling CUDA installation for RISC-V repository ${REPOSITORY}"
INSTALL_SCRIPT_ARGS+=("--skip-cuda-install")
fi
echo "DEBUG: repo: ${REPOSITORY}, ${INSTALL_SCRIPTS_ARGS[@]}"
echo "DEBUG: repo: ${REPOSITORY}, ${INSTALL_SCRIPT_ARGS[@]}"

# determine if the removal step has to be run
# assume there's only one diff file that corresponds to the PR patch file
Expand Down

0 comments on commit 851fdae

Please sign in to comment.