From cd8f2b7c0d5c4a0f65958b646b5c08b2eb7a741d Mon Sep 17 00:00:00 2001 From: "T. R. Bernstein" Date: Mon, 20 Oct 2025 13:54:28 +0200 Subject: [PATCH] Fix missing function in setup-user script Add missing getDefaultGitHomebrewURL. --- bin/azw-setup-user | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/azw-setup-user b/bin/azw-setup-user index f7d05a1..4a13a94 100755 --- a/bin/azw-setup-user +++ b/bin/azw-setup-user @@ -138,6 +138,10 @@ function getHomebrewDirectoryPath() { print -- ${homebrew_prefix:-$(getDefaultHomebrewPrefix)}/Homebrew } +function getDefaultGitHomebrewURL() { + print -- ${HOMEBREW_BREW_GIT_REMOTE:-https://github.com/Homebrew/brew.git} +} + function configureFolders() { local dirPath for dirPath in ${HOME}/bin ${HOME}/.vim/{backups,swaps}; do