From b18fa51374b95f13f519598e08b42609d4c1e504 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 18:47:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- before-notebook.d/72_setup_stm_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/before-notebook.d/72_setup_stm_tools.sh b/before-notebook.d/72_setup_stm_tools.sh index 7d6459d..b706d4b 100755 --- a/before-notebook.d/72_setup_stm_tools.sh +++ b/before-notebook.d/72_setup_stm_tools.sh @@ -16,7 +16,7 @@ if [ -f "/home/jovyan/soft/cp2k-spm-tools/cube_from_wfn.py" ]; then echo "cp2k-spm-tools found" else echo "cp2k-spm-tools not found, installing" - git clone https://github.com/nanotech-empa/cp2k-spm-tools.git + git clone https://github.com/nanotech-empa/cp2k-spm-tools.git mv cp2k-spm-tools /home/jovyan/soft/ chmod a+x /home/jovyan/soft/cp2k-spm-tools/*py fi