We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e687cb commit 1673492Copy full SHA for 1673492
install
@@ -234,7 +234,7 @@ function ee_install()
234
ee_branch=master
235
fi
236
237
- git clone -b $ee_branch https://github.com/rtCamp/easyengine.git /tmp/easyengine --quiet > /dev/null \
+ git clone -b $ee_branch https://github.com/EasyEngine/easyengine.git /tmp/easyengine --quiet > /dev/null \
238
|| ee_lib_error "Unable to clone EasyEngine, exit status" $?
239
240
cd /tmp/easyengine
0 commit comments