From 7f01166aa62a8472458b718b3a20e8acfa831147 Mon Sep 17 00:00:00 2001 From: kmoscoe <165203920+kmoscoe@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:20:06 -0400 Subject: [PATCH] Remove extra slash --- custom_dc/custom_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_dc/custom_data.md b/custom_dc/custom_data.md index 1aae67ef1..a66269037 100644 --- a/custom_dc/custom_data.md +++ b/custom_dc/custom_data.md @@ -261,7 +261,7 @@ In one terminal window, from the root directory, run the following command to st
 docker run \
---env-file $PWD/custom_dc/env.list \ \
+--env-file $PWD/custom_dc/env.list \
 -v INPUT_DIRECTORY:INPUT_DIRECTORY \
 -v OUTPUT_DIRECTORY:OUTPUT_DIRECTORY \
 gcr.io/datcom-ci/datacommons-data:stable