From 80f5c42f027cd0cecb29ce5dec84d9e37c61343a Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Mon, 7 Apr 2025 14:12:41 +0100 Subject: [PATCH] bundle/commands/exec: handle no services to start --- Library/Homebrew/bundle/commands/exec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/bundle/commands/exec.rb b/Library/Homebrew/bundle/commands/exec.rb index aabec4eb0f..c411d1e316 100644 --- a/Library/Homebrew/bundle/commands/exec.rb +++ b/Library/Homebrew/bundle/commands/exec.rb @@ -196,6 +196,8 @@ module Homebrew [entry, formula] end.to_h + return if entries_formulae.empty? + conflicts = entries_formulae.to_h do |entry, formula| [ entry,