Skip to content

Commit 48a6ca5

Browse files
committed
contrib: fix cmake typo
1 parent a7451fd commit 48a6ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/bump-bitcoin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ git subtree pull --prefix=depend/bitcoin https://github.com/bitcoin/bitcoin "$CO
4646

4747
echo "Subtree pulled successfully."
4848

49-
cmake --B build
49+
cmake -B build
5050
cmake --build build -j
5151

5252
# Install and capture library path

0 commit comments

Comments
 (0)