Skip to content

Commit

Permalink
Use rather than (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcurry authored and chaochenq committed Jun 1, 2016
1 parent 7c96a1c commit 12c2580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ download_jar() {
artifact_id=$2
version=$3
prefix="http://search.maven.org/remotecontent?filepath="
path=${1//.//}
path=${group_id//.//}
jar_name=$artifact_id-$version.jar
tmp_dest=$(mktemp -u)
jar_dest=$dependencies_dir/$jar_name
Expand Down

0 comments on commit 12c2580

Please sign in to comment.