From 1bd9aaccaa8c379af516ce24cbf583e9255f4942 Mon Sep 17 00:00:00 2001 From: Jamie Ford Date: Mon, 11 Nov 2024 10:09:53 +1100 Subject: [PATCH] chore: brackets on cd Co-authored-by: kylezs --- localnet/build_and_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localnet/build_and_run.sh b/localnet/build_and_run.sh index ec13e9d8714..20d1a360740 100755 --- a/localnet/build_and_run.sh +++ b/localnet/build_and_run.sh @@ -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)