Skip to content

Commit 6072d09

Browse files
committed
fixed command
1 parent 266c630 commit 6072d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ authorize-and-store api="papi": build npm-install
5757

5858
# Start zombienet in background
5959
echo "⚡ Starting Bulletin chain with zombienet..."
60-
POLKADOT_BULLETIN_BINARY_PATH=../target/release/polkadot-bulletin-chain ./zombienet-macos-arm64 -p native spawn ./zombienet/bulletin-polkadot-local.toml > /tmp/zombienet.log 2>&1 &
60+
POLKADOT_BULLETIN_BINARY_PATH=../target/release/polkadot-bulletin-chain ./$(ls zombienet-*-*) -p native spawn ./zombienet/bulletin-polkadot-local.toml > /tmp/zombienet.log 2>&1 &
6161
ZOMBIENET_PID=$!
6262
echo " Zombienet PID: $ZOMBIENET_PID"
6363
echo " Waiting for chain to start (15 seconds)..."

0 commit comments

Comments
 (0)