changing default values

This commit is contained in:
Alexey Nayden 2011-04-14 14:45:30 +04:00
parent 3a2681a1da
commit acb7298f42
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class BuildServer
end
def self.add_platform name, root_folder, repos = []
def self.add_platform name, root_folder, repos = {:src => [], :rpm => []}
Rails.logger.info "add_platform start"
Rails.logger.info "#{name.inspect}, #{root_folder.inspect}, #{repos.inspect}"
self.client.call('add_platform', name, root_folder, repos)