Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Dec 8, 2023
1 parent 0364914 commit 00b40aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/scripts/cond_spot_run_script
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARCH=$3
shift 3

MULTIARCH=$(query_manifest multiarch $REPOSITORY)
if [ "$MULTIARCH" == "host" ];
if [ "$MULTIARCH" == "host" ]; then
BASE_TAG=$(calculate_image_tag $REPOSITORY $ARCH)
else
BASE_TAG=$(calculate_image_tag $REPOSITORY)
Expand Down

0 comments on commit 00b40aa

Please sign in to comment.