lib/tasks/flash_player_trust.rb in asproject-0.1.44 vs lib/tasks/flash_player_trust.rb in asproject-0.1.60
- old
+ new
@@ -15,10 +15,10 @@
if(!has_path?(trust_file, path))
File.open(trust_file, 'a') do |f|
f.puts path
end
- puts ">> Added #{path} to Flash Player Trust file at: #{trust_file}"
+ Logger.puts ">> Added #{path} to Flash Player Trust file at: #{trust_file}"
end
end
def has_path?(file, path)
File.open(file, 'r') do |f|