Skip to content

Commit b6e7181

Browse files
committed
Updated package.sh to use new repo name
1 parent ef94152 commit b6e7181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.sh

Lines changed: 2 additions & 2 deletions
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 .gitignore -x ./.git 2>&1 > /dev/null
4-
echo cubeserver-api-circuitpython.zip
3+
zip -r cubeserver-api-python.zip . -x .gitignore -x ./.git 2>&1 > /dev/null
4+
echo cubeserver-api-python.zip

0 commit comments

Comments
 (0)