From edf8f1fc8af2f63ca0b08a072be396b43bb0604b Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 30 Jan 2021 20:31:11 +0900 Subject: [PATCH] Update production upgrade script notification command --- production/mempool-upgrade-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/mempool-upgrade-all b/production/mempool-upgrade-all index 1f1ed8f61..678fb057b 100755 --- a/production/mempool-upgrade-all +++ b/production/mempool-upgrade-all @@ -45,6 +45,6 @@ do done hostname=$(hostname) -keybase chat send mempool.space "${hostname} updated to ${TAG} @ ${hash}" +echo "${hostname} updated to \`${TAG}\` @ \`${hash}\`" | /usr/local/bin/keybase chat send --nonblock --channel alerts mempool.space rm "$HOME/lock"