Skip to content

Commit a347dd2

Browse files
committed
bug fix
1 parent dd990cd commit a347dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

3-
zip -r cubeserver-api-circuitpython.zip . -x .git/* -x .gitignore 2>&1 > /dev/null
3+
zip -r cubeserver-api-circuitpython.zip . -x .git -x .gitignore 2>&1 > /dev/null
44
echo cubeserver-api-circuitpython.zip

0 commit comments

Comments
 (0)