diff --git a/production/mempool-upgrade-all b/production/mempool-upgrade-all index bf36c6e08..4e8506a6b 100755 --- a/production/mempool-upgrade-all +++ b/production/mempool-upgrade-all @@ -68,5 +68,6 @@ for target in mainnet liquid bisq;do build_frontend "${target}";done for target in mainnet liquid bisq;do ship_frontend "${target}";done echo "${HOSTNAME} updated to \`${TAG}\` @ \`${HASH}\`" | /usr/local/bin/keybase chat send --nonblock --channel ops mempool.space +echo "${HOSTNAME} updated to \`${TAG}\` @ \`${HASH}\`" | /usr/local/bin/keybase chat send --nonblock --channel general mempool.dev exit 0