diff --git a/mkdocs/docs/HPC/running_jobs_with_input_output_data.md b/mkdocs/docs/HPC/running_jobs_with_input_output_data.md index af9bb1bfecd..5c5cbd332a6 100644 --- a/mkdocs/docs/HPC/running_jobs_with_input_output_data.md +++ b/mkdocs/docs/HPC/running_jobs_with_input_output_data.md @@ -21,7 +21,7 @@ cd ~/{{ exampledir }} If the example directory is not yet present, copy it to your home directory: ``` -cp -r {{ examplesdir }} ~/ + cp -r {{ examplesdir }} ~/ ```