Update binary.rb

This commit is contained in:
commitay 2017-04-20 17:21:57 +10:00 committed by Markus Reiter
parent 7d9513130b
commit 13c33f561e

View File

@ -13,7 +13,7 @@ module Hbc
if source.writable? if source.writable?
FileUtils.chmod "+x", source FileUtils.chmod "+x", source
else else
@command.run!.run("/bin/chmod", args: ["+x", source], sudo: true) @command.run!("/bin/chmod", args: ["+x", source], sudo: true)
end end
end end
end end