From dd6e47a502904a01a09cf46235ff32a577048e86 Mon Sep 17 00:00:00 2001 From: Rezart Qelibari Date: Wed, 20 Apr 2022 00:46:21 +0200 Subject: [PATCH] Fix typo --- modules/04-install-brew-apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/04-install-brew-apps.sh b/modules/04-install-brew-apps.sh index 3f6eaf0..41f77b9 100755 --- a/modules/04-install-brew-apps.sh +++ b/modules/04-install-brew-apps.sh @@ -111,7 +111,7 @@ function getDefaultHomebrewPath() { function getQuestions() { questions=( - 'i: homebrew-path=Whicht Homebrew binary shall be used? # default:'"$(getDefaultHomebrewPath)" + 'i: homebrew-path=Which Homebrew binary shall be used? # default:'"$(getDefaultHomebrewPath)" ) }