subutaicontrolcenter.rb: force extension comment consistency (#48106)

This commit is contained in:
Vítor Galvão 2018-06-06 00:10:55 +01:00 committed by commitay
parent f1068550dc
commit 199040fe05
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ cask 'subutaicontrolcenter' do
pkg 'subutai-control-center.pkg'
# This is a hack to force the file extension.
# This is a horrible hack to force the file extension.
# The backend code should be fixed so that this is not needed.
preflight do
system_command '/bin/mv', args: ['--', staged_path.join('get'), staged_path.join('subutai-control-center.pkg')]
end