diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-05 14:52:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-05 14:52:03 +0200 |
commit | b01c78510dafad4fec760f80365d8fccc0c95c98 (patch) | |
tree | 66b529e372eb27f7dfa4de83fb034a3e39f532fa /bin | |
parent | 1eb77335b1b55233388142956a20095596744b74 (diff) | |
download | jenkins.debian.net-b01c78510dafad4fec760f80365d8fccc0c95c98.tar.xz |
improve visually
Diffstat (limited to 'bin')
-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 e90ab9f8..436c6059 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 |