Skip to content

Commit

Permalink
use correct mvn -v flag, not mvn -V
Browse files Browse the repository at this point in the history
  • Loading branch information
vnprc committed Jul 10, 2020
1 parent 3a11031 commit 94a1395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_client.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ Check that you have the correct version installed and ready to use by running:
----
$ javac -version
javac 11.0.7
$ mvn -V
$ mvn -v
Apache Maven 3.6.1
Maven home: /usr/share/maven
Java version: 11.0.7, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Expand Down

0 comments on commit 94a1395

Please sign in to comment.