Skip to content

Commit

Permalink
travis u happy now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Aug 25, 2013
1 parent 71574f3 commit e81127e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods/command/config.rb
Expand Up @@ -100,7 +100,7 @@ def project_name
end

def write_config_to_file
File.write(CONFIG_FILE_PATH, config_hash.delete_blank.to_yaml)
File.open(CONFIG_FILE_PATH, 'w') { |f| f.write(config_hash.delete_blank.to_yaml) }
end

end
Expand Down

0 comments on commit e81127e

Please sign in to comment.