Skip to content

Commit

Permalink
sh upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Nov 12, 2018
1 parent 269010e commit ca579e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdjmatch
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jar=""

if [[ -z "$otherJar" ]];
then
for j in "$dir/../jar/vdjmatch-1.2.2.jar" "$dir/vdjmatch-1.2.2.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
for j in "$dir/../jar/vdjmatch-1.3.1.jar" "$dir/vdjmatch-1.3.1.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
do
if [[ -e "$j" ]];
then
Expand Down

0 comments on commit ca579e9

Please sign in to comment.