Skip to content

Commit 580e055

Browse files
committed
actually pull down the submodules
1 parent 3da18d8 commit 580e055

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,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
git submodule update
3+
git submodule update --remote
44

55
./update_version.sh
66
zip cubeserver-api-python.zip -r lib/ boot.py code.py 2>&1 > /dev/null

0 commit comments

Comments
 (0)