File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ organization := "inc.buggle"
66
77name := " PLM-judge"
88
9- version := " 2.0.2 "
9+ version := " 2.0.3 "
1010
1111autoScalaLibrary := false
1212
Original file line number Diff line number Diff line change 33NB_ERROR=0
44MAX_ERROR=5
55
6- VERSION=" v2 .0.2 "
7- FILENAME=" PLM-judge-assembly-2.0.2 .jar"
6+ VERSION=" 2 .0.3 "
7+ FILENAME=" PLM-judge-assembly-$VERSION .jar"
88
99MESSAGEQUEUE_ADDR=" plm.telecomnancy.univ-lorraine.fr"
1010export MESSAGEQUEUE_ADDR
@@ -16,7 +16,7 @@ terminating() {
1616
1717if [ ! -f " $FILENAME " ]; then
1818 echo " Downloading $FILENAME ..."
19- wget " https://github.com/BuggleInc/PLM-judge/releases/download/$VERSION /$FILENAME "
19+ wget " https://github.com/BuggleInc/PLM-judge/releases/download/v $VERSION /$FILENAME "
2020 if [ $? != 0 ] ; then
2121 echo " Error occurred while downloading $FILENAME ..."
2222 terminating
You can’t perform that action at this time.
0 commit comments