From 60cc5632fa95163e271c636dcd182c9b686ce9ac Mon Sep 17 00:00:00 2001 From: daid Date: Thu, 30 Oct 2014 17:00:34 +0100 Subject: [PATCH] Change engine repo to use ssh. Conflicts: package.sh --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index e0787f08..442b166b 100755 --- a/package.sh +++ b/package.sh @@ -33,7 +33,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/alephobjects/CuraEngine" + CURA_ENGINE_REPO="git@github.com:alephobjects/CuraEngine.git" fi ############################# -- 2.30.2