Skip to content

Commit

Permalink
sh used
Browse files Browse the repository at this point in the history
Signed-off-by: nidhi-singh02 <[email protected]>
  • Loading branch information
nidhi-singh02 committed Aug 20, 2024
1 parent 6acfd1a commit 40e6b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/testing.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ start-bartio:
# TODO: For restoring snapshot, pre-requsites:
# Place the snapshot in the `./.tmp/beacond/data` directory.

IP_ADDRESS := $(shell hostname -I | awk '{print $$1}')
IP_ADDRESS := $(sh hostname -I | awk '{print $$1}')
RPC_URL = "http://${IP_ADDRESS}:8551"
IMAGE_NAME = beacond
VERSION = kurtosis-local
Expand Down

0 comments on commit 40e6b20

Please sign in to comment.