diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-29 11:26:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-29 11:26:09 +0200 |
commit | 73e1e4f607d6abef04d3dd9b2f3b9f6fc95808e8 (patch) | |
tree | 0f525cfa71a2bda0244e74e7da5e33423f4ab573 /bin/reproducible_schedule_on_demand.sh | |
parent | be193702884ba1c8533be1c5e59153ac9a01ada4 (diff) | |
download | jenkins.debian.net-73e1e4f607d6abef04d3dd9b2f3b9f6fc95808e8.tar.xz |
fix grammar
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-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 4e902cae..e2b0f7a4 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -33,7 +33,7 @@ case "$1" in ARTIFACTS=0 NOTIFY=true shift - printf "\nThe IRC channel will be notify once the build(s) finished.\n\n" + printf "\nThe IRC channel will be notified once the build(s) finished.\n\n" ;; *) ARTIFACTS=0 |