Skip to content

Commit

Permalink
fix: wrapper.sh not found
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Oct 18, 2024
1 parent 6006402 commit 46e6e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
with:
publish: true
dockerfile: ./contrib/images/bitcoindsim/Dockerfile
dockerContext: ./contrib/images/bitcoindsim
repoName: bitcoindsim
2 changes: 1 addition & 1 deletion contrib/images/bitcoindsim/wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ ! -d "$BITCOIN_DATA" ]]; then
fi
echo "Generating bitcoin.conf file at $BITCOIN_CONF"
if [[ "$BITCOIN_NETWORK" == "testnet" ]]; then
NETWORK_LABEL="test" # Testnet3
NETWORK_LABEL="test" # [test] not [testnet] for testnet3
else
NETWORK_LABEL="$BITCOIN_NETWORK"
fi
Expand Down

0 comments on commit 46e6e39

Please sign in to comment.