Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 131ed3b

Browse files
committed
Fix references to files to delete in package script (fixes #207)
1 parent 8f36e42 commit 131ed3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ fi
5252

5353
mkdir tmp
5454
cp -r api/. tmp
55-
rm -rf .gitignore
56-
rm -rf .bundle
55+
rm -rf tmp/.gitignore
56+
rm -rf tmp/.bundle
5757
rm -rf tmp/client/*
5858
rm -rf tmp/db/*.sqlite3
5959
rm -rf tmp/log/*.log

0 commit comments

Comments
 (0)