From ab6ed227e352142be9fcbea32e6ff31f7aff3df1 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 16 Nov 2020 23:44:32 +0900 Subject: [PATCH] Modify upgrade script to include "tag @ hash" in notification msg --- 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 b5a9b9512..029ff7d79 100755 --- a/production/mempool-upgrade-all +++ b/production/mempool-upgrade-all @@ -45,6 +45,6 @@ do done hostname=$(hostname) -keybase chat send --channel dev mempool "${hostname} updated to ${hash}" +keybase chat send mempool.space "${hostname} updated to ${TAG} @ ${hash}" rm "$HOME/lock"