From 6726701a1ad103bf3894d77ce062d0b849244388 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 20 Mar 2018 06:35:51 +0100 Subject: bin/build-master-status-from-mysql: make message to irc more ambiguous --- bin/build-master-status-from-mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-master-status-from-mysql b/bin/build-master-status-from-mysql index 2c33708..6ad9596 100755 --- a/bin/build-master-status-from-mysql +++ b/bin/build-master-status-from-mysql @@ -248,7 +248,7 @@ find "${work_dir}/package-states" -mindepth 1 -maxdepth 1 \ if [ -s "${webserver_directory}/mysql-sanity.html" ] && \ [ ! -s "${work_dir}/build-master-sanity" ]; then - printf 'girls: my database is dirty again ...\n' | \ + printf 'oh girls, my database is dirty again ...\n' | \ sponge "${irc_dir}/#archlinux32/in" echo 'build master is insane' > \ "${work_dir}/build-master-sanity" -- cgit v1.2.3