From cd50aa0fecc80e366957b9f5cd55f8edae435e09 Mon Sep 17 00:00:00 2001 From: MinJae Kwon Date: Wed, 9 Nov 2022 03:51:42 +0900 Subject: [PATCH] fix(scripts): cp directory itself --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"