Skip to content

Commit

Permalink
Added closing " to the archetypeVersion (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryosei authored Dec 28, 2024
1 parent 25c7ac3 commit e84dbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/10-minute-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Before we begin, you'll need the following:
mvn archetype:generate \
"-DarchetypeGroupId=io.cucumber" \
"-DarchetypeArtifactId=cucumber-archetype" \
"-DarchetypeVersion={{% version "cucumberjvm" %}} \
"-DarchetypeVersion={{% version "cucumberjvm" %}}" \
"-DgroupId=hellocucumber" \
"-DartifactId=hellocucumber" \
"-Dpackage=hellocucumber" \
Expand Down

0 comments on commit e84dbfa

Please sign in to comment.