Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid <daid303@gmail.com>2014-10-30 19:00:34 +0300
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-01-14 20:14:05 +0300
commit60cc5632fa95163e271c636dcd182c9b686ce9ac (patch)
tree47dbb7e1e62c5023c0d232aeb10b6ec34f3c6fb6 /package.sh
parentf0a1a8a040c2c7cf79fd668bc61901c97efd8f27 (diff)
Change engine repo to use ssh.
Conflicts: package.sh
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index e0787f08e8..442b166bf1 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
#############################