Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 24, 2024
1 parent 9495de8 commit b18fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion before-notebook.d/72_setup_stm_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b18fa51

Please sign in to comment.