Skip to content

Commit ccdc6e5

Browse files
author
dengzhicheng03
committed
fix shell syntax error
1 parent 8ba75bc commit ccdc6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

complete/mvnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ else
211211
if [ "$MVNW_VERBOSE" = true ]; then
212212
echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
213213
fi
214-
if [ "$MVNW_REPOURL" = true]; then
214+
if [ "$MVNW_REPOURL" = true ]; then
215215
jarUrl="$MVNW_REPOURL/io/takari/maven-wrapper/0.5.2/maven-wrapper-0.5.2.jar"
216216
else
217217
jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.2/maven-wrapper-0.5.2.jar"

0 commit comments

Comments
 (0)