From: garciadeblas Date: Tue, 14 Feb 2017 12:17:43 +0000 (+0100) Subject: Change in installer to deal with most recent tag v1.1.0 X-Git-Tag: v1.1.0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.1.0;p=osm%2Fopenvim.git Change in installer to deal with most recent tag v1.1.0 Change-Id: I6f2cfc6d7a59a056b7c76dd842bb19e4a245294f Signed-off-by: garciadeblas --- diff --git a/scripts/install-openvim.sh b/scripts/install-openvim.sh index 747c8e6..fc06037 100755 --- a/scripts/install-openvim.sh +++ b/scripts/install-openvim.sh @@ -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 '