From a11e823b7f1020e8b81938d27005b7c23c6343c8 Mon Sep 17 00:00:00 2001 From: cziegenhain Date: Sun, 5 Jul 2020 18:35:47 +0200 Subject: [PATCH] correct version check --- zUMIs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zUMIs.sh b/zUMIs.sh index eee7dbb..f23a0f6 100755 --- a/zUMIs.sh +++ b/zUMIs.sh @@ -4,7 +4,7 @@ # Authors: Swati Parekh, Christoph Ziegenhain, Beate Vieth & Ines Hellmann # Contact: sparekh@age.mpg.de or christoph.ziegenhain@ki.se vers=2.9.0 -currentv=$(curl -s https://raw.githubusercontent.com/sdparekh/zUMIs/master/zUMIs-master.sh | grep '^vers=' | cut -f2 -d "=") +currentv=$(curl -s https://raw.githubusercontent.com/sdparekh/zUMIs/main/zUMIs.sh | grep '^vers=' | cut -f2 -d "=") if [ "$currentv" != "$vers" ] ; then echo -e "------------- \n\n Good news! A newer version of zUMIs is available at https://github.com/sdparekh/zUMIs \n\n-------------"; fi