Send platform unixname as path

This commit is contained in:
Vladimir Sharshov 2011-11-02 22:21:02 +04:00
parent b048c54004
commit 5b475ef2b8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class ProductsController < ApplicationController
def build
can_perform? @product if @product
flash[:notice] = t('flash.product.build_started')
ProductBuilder.create_product @product.id, '/var/rosa', @product.ks, @product.menu, @product.build, @product.counter, []
ProductBuilder.create_product @product.id, unixname, @product.ks, @product.menu, @product.build, @product.counter, []
redirect_to :action => :show
end