From b08d70551bfd03302d973835be545c22ad5c4f61 Mon Sep 17 00:00:00 2001 From: Nerla Date: Wed, 6 Dec 2023 17:27:37 -0500 Subject: [PATCH] Update POPETS-ARTIFACTS-README.md --- POPETS-ARTIFACTS-README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/POPETS-ARTIFACTS-README.md b/POPETS-ARTIFACTS-README.md index 9b20a4e7c..904c4a922 100644 --- a/POPETS-ARTIFACTS-README.md +++ b/POPETS-ARTIFACTS-README.md @@ -297,7 +297,7 @@ The above command simulates an adversary executing the following steps: Getting the account balance. The script figures out and prints the victim's balance of 12343. ```shell -./scripts/test_balance.sh +docker compose exec localsecret-2 ./scripts/test_balance.sh ```