changing default values 2
This commit is contained in:
parent
acb7298f42
commit
c604bd98f1
|
@ -50,7 +50,7 @@ class Platform < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def xml_rpc_create
|
||||
result = BuildServer.add_platform name, build_path(unixname), []
|
||||
result = BuildServer.add_platform name, build_path(unixname)
|
||||
if result == BuildServer::SUCCESS
|
||||
return true
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue