From 2dfb8c0b76a4c0cbe3b029f1b71ffa3d78641aeb Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Mon, 7 Jul 2025 17:28:31 +0100 Subject: [PATCH] style: run shfmt on real brew --- Library/Homebrew/style.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/style.rb b/Library/Homebrew/style.rb index 45c0943736..4973081514 100644 --- a/Library/Homebrew/style.rb +++ b/Library/Homebrew/style.rb @@ -298,7 +298,7 @@ module Homebrew def self.shell_scripts [ - HOMEBREW_ORIGINAL_BREW_FILE, + HOMEBREW_ORIGINAL_BREW_FILE.realpath, HOMEBREW_REPOSITORY/"completions/bash/brew", HOMEBREW_REPOSITORY/"Dockerfile", *HOMEBREW_REPOSITORY.glob(".devcontainer/**/*.sh"),