Skip to content

Commit 80f5c42

Browse files
committed
bundle/commands/exec: handle no services to start
1 parent f251396 commit 80f5c42

File tree

1 file changed

+2
-0
lines changed
  • Library/Homebrew/bundle/commands

1 file changed

+2
-0
lines changed

Library/Homebrew/bundle/commands/exec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ def self.run(*args, global: false, file: nil, subcommand: "", services: false)
196196
[entry, formula]
197197
end.to_h
198198

199+
return if entries_formulae.empty?
200+
199201
conflicts = entries_formulae.to_h do |entry, formula|
200202
[
201203
entry,

0 commit comments

Comments
 (0)