mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Fix missing fetch command in upgrade script
This commit is contained in:
parent
1e018a6aa5
commit
ca6df488c5
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ update_repo()
|
|||
echo "[*] Upgrading ${site} to ${REF}"
|
||||
cd "$HOME/${site}" || exit 1
|
||||
|
||||
git fetch origin || exit 1
|
||||
for remote in mempool MiguelMedeiros knorrium;do
|
||||
git remote add "${remote}" "https://github.com/${remote}/mempool" >/dev/null 2>&1
|
||||
git fetch "${remote}" || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue