Skip to content

Commit e09c288

Browse files
committed
fix(sdk): pipefail is a bash feature.
1 parent fe1800d commit e09c288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/eth_isready

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22
set -euo pipefail
33

44
RPC_URL="${RPC_URL:-http://127.0.0.1:8545}"

0 commit comments

Comments
 (0)