From 59c16fffb1f9dda63619a9aad08c89b3cbc84de4 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 14 Feb 2017 13:17:43 +0100 Subject: [PATCH] Change in installer to deal with most recent tag v1.1.0 Change-Id: I6f2cfc6d7a59a056b7c76dd842bb19e4a245294f Signed-off-by: garciadeblas --- scripts/install-openvim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' -- 2.25.1