diff --git a/autogen.sh b/autogen.sh index afc1503..aeb3569 100755 --- a/autogen.sh +++ b/autogen.sh @@ -57,7 +57,7 @@ python -m scripts.generate "custom" # copy icons across to website echo "copying icons to website static folder" -cp -r resources website/static/img/resources +cp -r resources website/static/img/ # run black echo "linting the all the diagram modules"