Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Fixed wrongly named variable
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed May 26, 2015
1 parent caff177 commit 0cadaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pem/developer_center.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def create_push_for_app
raise "Something went wrong when downloading the certificate" unless data

path = "#{TMP_FOLDER}aps_#{certificate_type}_#{@app_identifier}.cer"
data_written = File.open(output_path, "wb") do |f|
data_written = File.open(path, "wb") do |f|
f.write(data)
end

Expand Down

0 comments on commit 0cadaa7

Please sign in to comment.