summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-20 06:35:51 +0100
committerErich Eckner <git@eckner.net>2018-03-20 06:35:51 +0100
commit6726701a1ad103bf3894d77ce062d0b849244388 (patch)
tree67d96a27a28c925346e371744376c4cc6f57a4cd
parentd0ad91d00c998a86db63edac9de68cefd405dc18 (diff)
downloadbuilder-6726701a1ad103bf3894d77ce062d0b849244388.tar.xz
bin/build-master-status-from-mysql: make message to irc more ambiguous
-rwxr-xr-xbin/build-master-status-from-mysql2
1 files changed, 1 insertions, 1 deletions
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"