summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh
index 5cbfaad9..47ef54a5 100755
--- a/bin/reproducible_scheduler.sh
+++ b/bin/reproducible_scheduler.sh
@@ -148,10 +148,10 @@ schedule_packages() {
done
cat $TMPFILE | sqlite3 -init $INIT ${PACKAGES_DB}
rm $TMPFILE
-echo "============================================================================="
-echo "The following $TOTAL source packages have been scheduled: $CANDIDATES"
-echo "============================================================================="
-echo
+ echo "============================================================================="
+ echo "The following $TOTAL source packages have been scheduled: $CANDIDATES"
+ echo "============================================================================="
+ echo
}
#