Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 41e2980

Browse files
authored
Fix typo
1 parent 143bd96 commit 41e2980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_with_mount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ else
748748
fi
749749
artifact_name=WSA_${WSA_VER}_${ARCH}_${WSA_REL}${name1}${name2}
750750
if [ "$REMOVE_AMAZON" = "yes" ]; then
751-
artifact_name+="-RemovedAmazon"
751+
artifact_name+="-NoAmazon"
752752
touch "$WORK_DIR/wsa/$ARCH/apex/.gitkeep"
753753
fi
754754
echo "$artifact_name"

0 commit comments

Comments
 (0)