diff options
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index 0be89415..3ffdde57 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -38,10 +38,6 @@ check_candidates() { fi done case $TOTAL in - 0) - echo "No packages to schedule, exiting." - exit 0 - ;; 1) PACKAGES_TXT="package" ;; |