Skip to content

Commit 576fec4

Browse files
committed
pushpkg: remove Unnecessary rm NOT_NOARCH_LIST_PATH
1 parent 277ded3 commit 576fec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pushpkg/pushpkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ rsync ${ARGS_RSYNC} -rlOvhze ssh --progress --exclude-from "$NOARCH_LIST_PATH" .
7272
rsync ${ARGS_RSYNC} -rlOvhze ssh --progress --ignore-existing --files-from "$NOARCH_LIST_PATH" . "${USERNAME}@repo.aosc.io:/mirror/debs/pool/${BRANCH}/${COMPOMENT}/"
7373
popd
7474

75-
rm -v "$NOARCH_LIST_PATH" "$NOT_NOARCH_LIST_PATH"
75+
rm -v "$NOARCH_LIST_PATH"
7676

7777
if [ $AFTER_CLEAN_DIRECTORY = 1 ]; then
7878
sudo rm -rv "$OUTPUT_DIR"

0 commit comments

Comments
 (0)