Skip to content

Commit

Permalink
shell script upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed May 27, 2018
1 parent 47956a0 commit 57d2795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migec
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/migec-1.2.8.jar" "$dir/migec-1.2.8.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
for j in "$dir/../jar/migec-1.2.9.jar" "$dir/migec-1.2.9.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
do
if [[ -e "$j" ]];
then
Expand Down

0 comments on commit 57d2795

Please sign in to comment.