Skip to content

Commit

Permalink
Merge pull request #253 from guilhermesilveira/patch-1
Browse files Browse the repository at this point in the history
fixing missing /
  • Loading branch information
klieber committed Sep 4, 2014
2 parents fa229b5 + 597e018 commit f4383e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cd my-jasmine-project && mvn jasmine:bdd
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${currentStableVersion}<version>
<version>${currentStableVersion}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit f4383e7

Please sign in to comment.