Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored Jul 31, 2024
1 parent 143bd96 commit 41e2980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_with_mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ else
fi
artifact_name=WSA_${WSA_VER}_${ARCH}_${WSA_REL}${name1}${name2}
if [ "$REMOVE_AMAZON" = "yes" ]; then
artifact_name+="-RemovedAmazon"
artifact_name+="-NoAmazon"
touch "$WORK_DIR/wsa/$ARCH/apex/.gitkeep"
fi
echo "$artifact_name"
Expand Down

0 comments on commit 41e2980

Please sign in to comment.