Skip to content

Commit

Permalink
fix shell syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: dengzhicheng03 <[email protected]>
  • Loading branch information
dengzhicheng03 committed Jan 20, 2025
1 parent 8ba75bc commit 80618e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complete/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 80618e4

Please sign in to comment.