Skip to content

Commit

Permalink
Fix references to files to delete in package script (fixes #207)
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Dec 12, 2019
1 parent 8f36e42 commit 131ed3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ fi

mkdir tmp
cp -r api/. tmp
rm -rf .gitignore
rm -rf .bundle
rm -rf tmp/.gitignore
rm -rf tmp/.bundle
rm -rf tmp/client/*
rm -rf tmp/db/*.sqlite3
rm -rf tmp/log/*.log
Expand Down

0 comments on commit 131ed3b

Please sign in to comment.