From 13c33f561ecfbbeaeb87e1eed3092beca22e5346 Mon Sep 17 00:00:00 2001 From: commitay Date: Thu, 20 Apr 2017 17:21:57 +1000 Subject: Update binary.rb --- Library/Homebrew/cask/lib/hbc/artifact/binary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/cask/lib/hbc/artifact/binary.rb b/Library/Homebrew/cask/lib/hbc/artifact/binary.rb index f41b1b85b..21d123ab9 100644 --- a/Library/Homebrew/cask/lib/hbc/artifact/binary.rb +++ b/Library/Homebrew/cask/lib/hbc/artifact/binary.rb @@ -13,7 +13,7 @@ module Hbc if source.writable? FileUtils.chmod "+x", source else - @command.run!.run("/bin/chmod", args: ["+x", source], sudo: true) + @command.run!("/bin/chmod", args: ["+x", source], sudo: true) end end end -- cgit v1.2.3