Skip to content

Commit 80618e4

Browse files
author
dengzhicheng03
committed
fix shell syntax error
Signed-off-by: dengzhicheng03 <[email protected]>
1 parent 8ba75bc commit 80618e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

complete/mvnw

+1-1
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)