Skip to content

Commit

Permalink
fix(scripts): cp directory itself
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Nov 8, 2022
1 parent 0385b33 commit cd50aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd50aa0

Please sign in to comment.