We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bc3b9 commit 40a25ccCopy full SHA for 40a25cc
vdjtools
@@ -116,7 +116,7 @@ jar=""
116
117
if [[ -z "$otherJar" ]];
118
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)
+ 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)
120
do
121
if [[ -e "$j" ]];
122
0 commit comments