Skip to content

Commit

Permalink
fixed bug with uppercase vs lowercase variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennon York committed Dec 15, 2014
1 parent 3e8b9b3 commit 1af4a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mvn
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install_zinc() {
"http://downloads.typesafe.com/zinc/0.3.5.3" \
"zinc-0.3.5.3.tgz" \
"${zinc_path}"
ZINC_BIN="${_DIR}/${ZINC_PATH}"
ZINC_BIN="${_DIR}/${zinc_path}"
}

# Determine the Scala version from the root pom.xml file, set the Scala URL,
Expand Down

0 comments on commit 1af4a94

Please sign in to comment.