fixed create_project

This commit is contained in:
Timothy N. Tsvetkov 2011-04-15 17:40:40 +04:00
parent 515ca84842
commit 9513280874
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class BuildServer
end
def self.create_project name, platform_name, repo_name
self.client.call('create_project', name, platform_name, repo_name)
self.client.call('create_project', name, repo_name, platform_name)
end
def self.delete_project name, platform_name