Skip to content

Commit

Permalink
correct version check
Browse files Browse the repository at this point in the history
  • Loading branch information
cziegenhain committed Jul 5, 2020
1 parent c06bcaa commit a11e823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zUMIs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Authors: Swati Parekh, Christoph Ziegenhain, Beate Vieth & Ines Hellmann
# Contact: [email protected] or [email protected]
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
Expand Down

0 comments on commit a11e823

Please sign in to comment.