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 7d2bb52 commit 04d100fCopy full SHA for 04d100f
bin/update
@@ -57,8 +57,7 @@ function ee_lib_git()
57
# EasyEngine version: 1.0.0
58
# EasyEngine (ee) version: 2.0.0
59
EE_CURRENT_VERSION=$(ee version | sed 's/(ee) //' | awk '{print $3}')
60
-EE_LATEST_VERSION=2.0.0
61
-#EE_LATEST_VERSION=$(curl -sL https://api.github.com/repos/rtCamp/easyengine/releases | grep tag_name | awk '{print($2)}' | cut -d'"' -f2 | cut -c2- | head -n1)
+EE_LATEST_VERSION=$(curl -sL https://api.github.com/repos/rtCamp/easyengine/releases | grep tag_name | awk '{print($2)}' | cut -d'"' -f2 | cut -c2- | head -n1)
62
echo EE_CURRENT_VERSION = $EE_CURRENT_VERSION EE_LATEST_VERSION = $EE_LATEST_VERSION &>> $EE_UPDATE_LOG
63
64
if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then
0 commit comments