From f30d26b83c77b38f3c7254a61478d5837700596e Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 24 Jun 2022 17:59:08 +0900 Subject: [PATCH] [ops] Add mononaut's fork repo to list of trusted repos --- production/mempool-build-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/mempool-build-all b/production/mempool-build-all index 7dd298670..d44569fe2 100755 --- a/production/mempool-build-all +++ b/production/mempool-build-all @@ -29,7 +29,7 @@ update_repo() cd "$HOME/${site}" || exit 1 git fetch origin || exit 1 - for remote in origin knorrium emzy nymkappa hunicus;do + for remote in origin hunicus mononaut;do git remote add "${remote}" "https://github.com/${remote}/mempool" >/dev/null 2>&1 git fetch "${remote}" || exit 1 done