Removed hardcode

This commit is contained in:
Alexey Nayden 2011-04-14 15:59:08 +04:00
parent 4366ce76f7
commit 7944904ce9
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 + '/release')
self.client.call('create_project', name, platform_name, repo_name)
end
def self.delete_project name, platform_name