Skip to content

Commit

Permalink
Merge pull request #1348 from Sanne/KotlinWrongCommand
Browse files Browse the repository at this point in the history
A $ too much in Kotlin commandline example
  • Loading branch information
cescoffier authored Mar 8, 2019
2 parents 32a25f8 + c29b473 commit 1a2d613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ First, we need a new Kotlin project. This can be done using the following comman

[source,shell,subs=attributes+]
----
mvn io.quarkus:quarkus-maven-plugin:${quarkus-version}:create \
mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=rest-kotlin \
-DclassName="org.acme.rest.GreetingResource" \
Expand Down

0 comments on commit 1a2d613

Please sign in to comment.