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 3cfda445..e90ab9f8 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -34,7 +34,7 @@ fi CANDIDATES="$@" check_candidates if [ ${#PACKAGE_IDS} -gt 256 ] ; then - BLABLABLA="..." + BLABLABLA="…✂" fi ACTION="manually rescheduled" if [ -n "${BUILD_URL:-}" ] ; then |