Skip to content

Commit

Permalink
Fix ganache-cli.sh on Ubuntu (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwhisperer authored and sohkai committed Apr 26, 2019
1 parent 4fdd2f0 commit 2f76b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/test-helpers/ganache-cli.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Exit script as soon as a command fails.
set -o errexit -o pipefail
set -o errexit

# Executes cleanup function at script exit.
trap cleanup EXIT
Expand Down

0 comments on commit 2f76b6c

Please sign in to comment.