From 45604bd2c38033c632deb479be7f3dd039b9423a Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Sat, 7 Feb 2015 13:16:30 -0500 Subject: [PATCH] forgot to remove test variable. script now functions --- setupScripts/homebrew.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/setupScripts/homebrew.sh b/setupScripts/homebrew.sh index 791d52c..7a2bc59 100755 --- a/setupScripts/homebrew.sh +++ b/setupScripts/homebrew.sh @@ -102,8 +102,6 @@ function mainScript() { header "Beginning ${scriptName}" -notify "test" - # Set Variables LISTINSTALLED="brew list" INSTALLCOMMAND="brew install"