gnodet commented on code in PR #920: URL: https://github.com/apache/maven-mvnd/pull/920#discussion_r3695941955
########## README.adoc: ########## @@ -75,6 +75,13 @@ Note: There are two formulae: `mvnd` installs the preview 2.x version (embedding sudo port install mvnd ---- +=== Install using https://aquaproj.github.io/[aqua] + +[source,shell] +aqua g -i apache/maven-mvnd Review Comment: The opening `----` delimiter is missing and the command is duplicated. This block should be: ``` [source,shell] ---- aqua g -i apache/maven-mvnd ---- ``` It looks like the GitHub suggestion from the previous review was applied to the wrong line (the delimiter instead of the command), which replaced `----` with the command text. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
