Skip to content

Commit

Permalink
fixing missing /
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Aug 25, 2014
1 parent fa229b5 commit 597e018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/usage.apt.vm
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 597e018

Please sign in to comment.