chiark / gitweb /
Change engine repo to use ssh.
authordaid <daid303@gmail.com>
Thu, 30 Oct 2014 16:00:34 +0000 (17:00 +0100)
committerdaid <daid303@gmail.com>
Thu, 30 Oct 2014 16:00:34 +0000 (17:00 +0100)
package.sh

index 9393baf6cde450f41bb22d2800450b1075fd4fc1..728a7e86cafd8f6841bfca25e0c51b604ce8c49f 100755 (executable)
@@ -27,7 +27,7 @@ WIN_PORTABLE_PY_VERSION=2.7.2.1
 
 ##Which CuraEngine to use
 if [ -z ${CURA_ENGINE_REPO} ] ; then
-       CURA_ENGINE_REPO="https://github.com/Ultimaker/CuraEngine"
+       CURA_ENGINE_REPO="git@github.com:Ultimaker/CuraEngine.git"
 fi
 
 #############################