Skip to content

Commit

Permalink
Fix generator
Browse files Browse the repository at this point in the history
The generator for initializer.rb was calling passbook.p12_cert and the correct method name is p12_certificate
  • Loading branch information
jspooner committed Nov 4, 2015
1 parent f27f9cc commit 1c91c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
passbook.wwdc_cert = '<%= wwdc_cert_path %>'

# Path to your cert.p12 file
passbook.p12_cert = '<%= p12_cert_path %>'
passbook.p12_certificate = '<%= p12_cert_path %>'

# Password for your certificate
passbook.p12_password = '<%= p12_password %>'
Expand Down

0 comments on commit 1c91c7b

Please sign in to comment.