Skip to content

Commit 41a45d7

Browse files
committed
fix variable name
1 parent bbc6c66 commit 41a45d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ build_outerr=$(mktemp build.outerr.XXXX)
251251

252252
# determine accelerator target (if any) from .architecture in ${JOB_CFG_FILE}
253253
ACCEL_OVERRIDES=$(cfg_get_value "architecture" "accelerator")
254-
if [[ -n "$ACCEL_OVERRIDE" ]]; then
254+
if [[ -n "$ACCEL_OVERRIDES" ]]; then
255255
for accel_override in ${ACCEL_OVERRIDES//+/ }
256256
do
257257
# bot job config does not include accel subdirectory

0 commit comments

Comments
 (0)