Skip to content

Commit

Permalink
main: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jan 30, 2021
1 parent 949c651 commit 0f86f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def git(*args)

def read_brew(*args)
print_command ENV["HOMEBREW_BREW_FILE"], *args
output = `#{ENV["HOMEBREW_BREW_FILE"]} #{args.join(' ')})`.chomp
output = `#{ENV["HOMEBREW_BREW_FILE"]} #{args.join(' ')}`.chomp
odie output if $CHILD_STATUS.exitstatus != 0
output
end
Expand Down

0 comments on commit 0f86f77

Please # to comment.