diff options
-rwxr-xr-x | bin/reproducible_housekeeping.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_housekeeping.sh b/bin/reproducible_housekeeping.sh index acc1be45..aeb7ce42 100755 --- a/bin/reproducible_housekeeping.sh +++ b/bin/reproducible_housekeeping.sh @@ -93,7 +93,7 @@ if [ -s $PACKAGES ] ; then echo "To fix:" echo for PKG in $(cat $PACKAGES | cut -d "|" -f1) ; do - echo " sqlite3 ${PACKAGES_DB} \"DELETE FROM sources_scheduled WHERE name = '$PKG';\"" + echo "sqlite3 ${PACKAGES_DB} \"DELETE FROM sources_scheduled WHERE name = '$PKG';\"" done echo fi |