Skip to content

Commit

Permalink
Fix zombienet script
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Mar 13, 2024
1 parent 351cd8d commit 5ac6a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/run_zombienet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ fi

if which zombienet-macos &> /dev/null; then
zombienet-macos $zombienet_args
elif which zombienet-linux &> /dev/null; then
zombienet-linux $zombienet_args
elif which zombienet &> /dev/null; then
zombienet $zombienet_args
else
Expand Down

0 comments on commit 5ac6a2a

Please sign in to comment.