Merge pull request #20221 from Homebrew/shfmt-fix

style: run shfmt on real brew
This commit is contained in:
Bo Anderson 2025-07-07 16:50:11 +00:00 committed by GitHub
commit d88a0e46fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"),