Skip to content

Commit 9a2d599

Browse files
committed
Fixing spelling on build params
1 parent e13e8ba commit 9a2d599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
Also, if you have a ci (Continuous Integration) profile, these values can be
151151
passed in via the build server. -->
152152
<keystore>${bootstrap.sign.keystore}</keystore>
153-
<alias>${boostrap.sign.alias}</alias>
153+
<alias>${bootstrap.sign.alias}</alias>
154154
<storepass>${bootstrap.sign.storepass}</storepass>
155155
<keypass>${bootstrap.sign.keypass}</keypass>
156156
<verbose>true</verbose>

0 commit comments

Comments
 (0)