Skip to content

Commit be5449a

Browse files
Update update-subtree.sh
1 parent 48c3ec3 commit be5449a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depend/update-subtree.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
# This command pulls the latest updates from the master branch of the subtree and commits them in depend/secp256k1.
33
# See man git-subtree(1) for more details.
4-
git subtree pull --prefix depend/secp256k1 https://github.com/kaspanet/secp256k1.git master --squash
4+
git subtree pull --prefix depend/secp256k1 https://github.com/bitcoin-core/secp256k1.git master --squash

0 commit comments

Comments
 (0)