Skip to content

Commit

Permalink
version upd in sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Dec 6, 2017
1 parent 51d1a1e commit f272221
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.6.jar" "$dir/migec-1.2.6.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
for j in "$dir/../jar/migec-1.2.7.jar" "$dir/migec-1.2.7.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
do
if [[ -e "$j" ]];
then
Expand Down

0 comments on commit f272221

Please sign in to comment.