Skip to content

Commit 40a25cc

Browse files
committed
Update executable
1 parent c9bc3b9 commit 40a25cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vdjtools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jar=""
116116

117117
if [[ -z "$otherJar" ]];
118118
then
119-
for j in "$dir/../jar/vdjtools-1.1.7.jar" "$dir/vdjtools-1.1.7.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
119+
for j in "$dir/../jar/vdjtools-1.1.8.jar" "$dir/vdjtools-1.1.8.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
120120
do
121121
if [[ -e "$j" ]];
122122
then

0 commit comments

Comments
 (0)