commit 590b126cb691f426a4db82d994c99be2070643c7
parent cd1a7d1b1aea0544caded3c951ba99dbcb9ac5fc
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 4 Jun 2018 14:33:19 +0200
These spaces in test commands are gonna kill me
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/updatemaster b/bin/updatemaster
@@ -69,7 +69,7 @@ if command -v brew &> /dev/null; then
echo -e "To update:\n"
brew outdated;
notify "Brew: Finished reading updates" "Click to view outdated packages."
- if [ $all_formulas = 1 ] || [ $all = 1]; then
+ if [ $all_formulas = 1 ] || [ $all = 1 ]; then
brew upgrade
else
echo; read -sn 1 -p "Continue? [Y/n]" CONF