From c5fb3a7179f5ce75b9e6ce9ab65438b3db562ac2 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Mon, 28 Oct 2024 08:42:36 +0000 Subject: [PATCH] correct wrong path --- docs/hello_nextflow/03_hello_containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hello_nextflow/03_hello_containers.md b/docs/hello_nextflow/03_hello_containers.md index fee19071..176ff129 100644 --- a/docs/hello_nextflow/03_hello_containers.md +++ b/docs/hello_nextflow/03_hello_containers.md @@ -115,7 +115,7 @@ One way to do this is to **mount** a **volume** from the host system into the co Prior to working on the next task, confirm that you are in the `hello-nextflow` directory. ```bash -cd /workspace/gitpod/nf-training/hello-nextflow +cd /workspace/gitpod/hello-nextflow ``` Then run: