Skip to content

Commit 0c146e8

Browse files
committed
Update command to change to directory
1 parent 62b0a7d commit 0c146e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/benchnet2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ k8s-test-network-accessibility:
9090
clone-flow: clean-flow
9191
# this cloned repo will be used for generating bootstrap info specific to that tag / version
9292
git clone https://github.com/onflow/flow-go.git
93-
git checkout $(REF_FOR_BOOTSTRAP)
93+
cd flow-go && git checkout $(REF_FOR_BOOTSTRAP)
9494

9595
clean-flow:
9696
rm -rf flow-go

0 commit comments

Comments
 (0)