forgot to remove test variable. script now functions

This commit is contained in:
Nathaniel Landau
2015-02-07 13:16:30 -05:00
parent 92b5fccd57
commit 45604bd2c3

View File

@@ -102,8 +102,6 @@ function mainScript() {
header "Beginning ${scriptName}" header "Beginning ${scriptName}"
notify "test"
# Set Variables # Set Variables
LISTINSTALLED="brew list" LISTINSTALLED="brew list"
INSTALLCOMMAND="brew install" INSTALLCOMMAND="brew install"