From 049eb9966dc6c6a1c18341ca0c208421e15d4963 Mon Sep 17 00:00:00 2001 From: Ian Brown Date: Sat, 25 Nov 2023 12:11:12 -0800 Subject: [PATCH] Use expected exercism-python destination Signed-off-by: Ian Brown --- benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index d87a4190b..6292b18c0 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -54,7 +54,7 @@ mkdir tmp.benchmarks git clone git@github.com:exercism/python.git # Copy the practice exercises into the benchmark scratch dir -cp -rp python/exercises/practice tmp.benchmarks/practice +cp -rp python/exercises/practice tmp.benchmarks/exercism-python # Build the docker container ./benchmark/docker_build.sh