Send platform unixname as path
This commit is contained in:
parent
b048c54004
commit
5b475ef2b8
|
@ -31,7 +31,7 @@ class ProductsController < ApplicationController
|
||||||
def build
|
def build
|
||||||
can_perform? @product if @product
|
can_perform? @product if @product
|
||||||
flash[:notice] = t('flash.product.build_started')
|
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
|
redirect_to :action => :show
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue