From: daid Date: Thu, 30 Oct 2014 16:00:34 +0000 (+0100) Subject: Change engine repo to use ssh. X-Git-Tag: 14.10-RC6~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9adaafc1c0d9468a3d18e743bc3bd1a39b0a139a;p=cura.git Change engine repo to use ssh. --- diff --git a/package.sh b/package.sh index 9393baf6..728a7e86 100755 --- a/package.sh +++ b/package.sh @@ -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 #############################