Skip to content

Commit 876b91c

Browse files
committed
release-process: Specify remote name in "git fetch"
Avoids "does not appear to be a git repository" error. Fixes #24329
1 parent b6b7815 commit 876b91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Checkout the Bitcoin Core version you'd like to build:
9797
pushd ./bitcoin
9898
SIGNER='(your builder key, ie bluematt, sipa, etc)'
9999
VERSION='(new version without v-prefix, e.g. 0.20.0)'
100-
git fetch "v${VERSION}"
100+
git fetch origin "v${VERSION}"
101101
git checkout "v${VERSION}"
102102
popd
103103
```

0 commit comments

Comments
 (0)