diff options
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index 53e2ed3c..d68a4ce9 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -58,7 +58,7 @@ check_candidates() { # CANDIDATES="$@" check_candidates -MESSAGE="$TOTAL package(s) manually (re-)scheduled." +MESSAGE="$TOTAL package(s) manually (re-)scheduled: $PACKAGES" # finally schedule_packages |