From 32806fe45b4c354d114236249703a82ab5d6b452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Thu, 14 Jan 2016 12:54:46 +0000 Subject: [PATCH] installer.rb: clarify "not able to unpack" message --- lib/hbc/installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hbc/installer.rb b/lib/hbc/installer.rb index 06757e6459..38d6343abd 100644 --- a/lib/hbc/installer.rb +++ b/lib/hbc/installer.rb @@ -109,7 +109,7 @@ class Hbc::Installer Hbc::Container.for_path(@downloaded_path, @command) end unless container - raise Hbc::CaskError.new "Uh oh, could not identify primary container for '#{@downloaded_path}'" + raise Hbc::CaskError.new "Uh oh, could not figure out how to unpack '#{@downloaded_path}'" end odebug "Using container class #{container} for #{@downloaded_path}" container.new(@cask, @downloaded_path, @command).extract