Skip to content

Commit

Permalink
fix typo in maven instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sclasen committed Feb 23, 2012
1 parent 69261fd commit 27c07e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -95,7 +95,7 @@ but is harmless.
<!-- you can actually put the key and secret in here, I like to get them from the env -->
<id>someId</id>
<username>${env.AWS_ACCESS_KEY}</username>
<passphrase>${env.AWS_SECRET_KEY}</passphrase>
<password>${env.AWS_SECRET_KEY}</password>
</server>
<server>
</servers>
Expand Down

0 comments on commit 27c07e2

Please sign in to comment.