Skip to content

Commit

Permalink
fixing up cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed May 17, 2024
1 parent 3a17233 commit 3e6268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ for distro in ubuntu debian; do
fi

echo "Cleaning up files"
python dedup_files.py
cd ../ && python ../dedup_files.py && cd "$distro" || exit 1

echo "Running dpkg-scanpackages"
dpkg-scanpackages --multiversion . > Packages
Expand Down

0 comments on commit 3e6268d

Please sign in to comment.