Skip to content
Snippets Groups Projects
Commit 13c33f56 authored by commitay's avatar commitay Committed by Markus Reiter
Browse files

Update binary.rb

parent 7d951313
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment