Skip to content

Commit

Permalink
Update executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Apr 2, 2018
1 parent c9bc3b9 commit 40a25cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdjtools
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/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)
do
if [[ -e "$j" ]];
then
Expand Down

0 comments on commit 40a25cc

Please sign in to comment.