From 199040fe0589ce59f9e3ef354ddbf6d0bf5111d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 6 Jun 2018 00:10:55 +0100 Subject: [PATCH] subutaicontrolcenter.rb: force extension comment consistency (#48106) --- Casks/subutaicontrolcenter.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/subutaicontrolcenter.rb b/Casks/subutaicontrolcenter.rb index 6ea93c2be65..f397fb7ea1f 100644 --- a/Casks/subutaicontrolcenter.rb +++ b/Casks/subutaicontrolcenter.rb @@ -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