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 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 |