Skip to content

Commit

Permalink
chore: brackets on cd
Browse files Browse the repository at this point in the history
Co-authored-by: kylezs <kyle@chainflip.io>
  • Loading branch information
j4m1ef0rd and kylezs authored Nov 10, 2024
1 parent b3d1259 commit 1bd9aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localnet/build_and_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Does a cargo build and then recreates the localnet using the new binaries.
# Usage: ./localnet/build_and_run.sh

cargo build && ./localnet/recreate.sh -d && cd bouncer && ./setup_for_test.sh
cargo build && ./localnet/recreate.sh -d && (cd bouncer && ./setup_for_test.sh)

0 comments on commit 1bd9aac

Please sign in to comment.