Skip to content

Commit

Permalink
Fixing spelling on build params
Browse files Browse the repository at this point in the history
  • Loading branch information
donnfelker committed Sep 6, 2012
1 parent e13e8ba commit 9a2d599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
Also, if you have a ci (Continuous Integration) profile, these values can be
passed in via the build server. -->
<keystore>${bootstrap.sign.keystore}</keystore>
<alias>${boostrap.sign.alias}</alias>
<alias>${bootstrap.sign.alias}</alias>
<storepass>${bootstrap.sign.storepass}</storepass>
<keypass>${bootstrap.sign.keypass}</keypass>
<verbose>true</verbose>
Expand Down

0 comments on commit 9a2d599

Please sign in to comment.