X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openvim.sh;h=fc06037d5c15e20027f3c8b8f3475b0097adfc73;hb=c7bd2ccb3726e8f107cf526fcab748885d37bb2f;hp=747c8e6f3e46fdfcfbecc14e5f9465abedfb60ad;hpb=3043d13cc7d1496cd9bdb7a456f12c9fffc25287;p=osm%2Fopenvim.git 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 '