index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-01-15 07:28:34 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-15 07:28:34 +0100 |
commit | a3435b2b1389a1e129ea7f70efcd06de223fa876 (patch) | |
tree | d3ae0130e2cad2d9af0531fb01c7591bb14ce60a /bin/sanity-check | |
parent | 8db66afa9921286b0fecab9c3384f0ef8e4475bf (diff) |
-rwxr-xr-x | bin/sanity-check | 2 |
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' > \ |