Change in installer to deal with most recent tag v1.1.0 18/1118/1 v1.1 v1.1.0 v1.1.1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 14 Feb 2017 12:17:43 +0000 (13:17 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 14 Feb 2017 12:17:49 +0000 (13:17 +0100)
Change-Id: I6f2cfc6d7a59a056b7c76dd842bb19e4a245294f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
scripts/install-openvim.sh

index 747c8e6..fc06037 100755 (executable)
@@ -298,7 +298,7 @@ if [[ -z $NOCLONE ]]; then
 
     su $SUDO_USER -c "git clone ${GIT_URL} ${OPENVIM_BASEFOLDER}"
     su $SUDO_USER -c "cp ${OPENVIM_BASEFOLDER}/.gitignore-common ${OPENVIM_BASEFOLDER}/.gitignore"
-    [[ -z $DEVELOP ]] && su $SUDO_USER -c "git -C  ${OPENVIM_BASEFOLDER} checkout tags/v1.0.2"
+    [[ -z $DEVELOP ]] && su $SUDO_USER -c "git -C  ${OPENVIM_BASEFOLDER} checkout tags/v1.1.0"
 fi
 
 echo '