Fix params order in BuildServer
This commit is contained in:
parent
6a0092bbb6
commit
f1ccc9e1ba
|
@ -19,7 +19,7 @@ class BuildServer
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
def self.add_platform name, root_folder, repos = {:src => [], :rpm => []}, distrib_type
|
def self.add_platform name, root_folder, distrib_type, repos = {:src => [], :rpm => []}
|
||||||
self.client.call('add_platform', name, root_folder, repos, distrib_type)
|
self.client.call('add_platform', name, root_folder, repos, distrib_type)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue