Change save path for create_platforms

This commit is contained in:
Vladimir Sharshov 2011-10-28 02:13:24 +04:00
parent 6749b0d49a
commit 73f7535192
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Platform < ActiveRecord::Base
def xml_rpc_create
# return true
result = BuildServer.add_platform unixname, APP_CONFIG['root_path'], distrib_type
result = BuildServer.add_platform unixname, APP_CONFIG['root_path'] + '/platforms' , distrib_type
if result == BuildServer::SUCCESS
return true
else