Skip to content

Commit d8d2ed8

Browse files
committed
Fix publish recipe
1 parent c64973c commit d8d2ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ publish-release revision='master':
6565
#!/usr/bin/env bash
6666
set -euxo pipefail
6767
rm -rf tmp/release
68-
git clone https://github.com/raphjaph/bip322.git tmp/release
68+
git clone https://github.com/rust-bitcoin/bip322.git tmp/release
6969
cd tmp/release
7070
git checkout {{ revision }}
7171
cargo publish

0 commit comments

Comments
 (0)