diff options
Diffstat (limited to 'bin/sanity-check')
-rwxr-xr-x | bin/sanity-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sanity-check b/bin/sanity-check index ebd8fdf..20651dd 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -19,7 +19,7 @@ usage() { i_am_insane() { if [ ! -s "${work_dir}/build-master-sanity" ]; then - printf '\001ACTION went insane.\001\n' > \ + printf '\001ACTION goes insane.\001\n' > \ "${irc_dir}/#archlinux-ports/in" fi echo 'build master is insane' > \ |