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

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed May 26, 2015
1 parent 48c15b9 commit 7f6d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sigh/developer_center.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run
cert_name += '.mobileprovision' unless cert_name.include?'mobileprovision'

output_path = File.join(TMP_FOLDER, cert_name)
dataWritten = File.open(output_path, "wb") do |f|
File.open(output_path, "wb") do |f|
f.write(cert)
end

Expand Down

0 comments on commit 7f6d628

Please sign in to comment.