Skip to content

Commit

Permalink
Add missing required space between 'true' and ']'
Browse files Browse the repository at this point in the history
Fixes #109 caused by b4967ef
  • Loading branch information
sepe81 authored and rfscholte committed May 1, 2020
1 parent e14d49b commit b134c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-wrapper/mvnw
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ else
if [ "$MVNW_VERBOSE" = true ]; then
echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
fi
if [ "$MVNW_REPOURL" = true]; then
if [ "$MVNW_REPOURL" = true ]; then
jarUrl="$MVNW_REPOURL/io/takari/maven-wrapper/0.5.2/maven-wrapper-0.5.2.jar"
else
jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.2/maven-wrapper-0.5.2.jar"
Expand Down

0 comments on commit b134c2c

Please sign in to comment.