Browse Source

Fix logic in macos install

Also fix mixed spaces/tabs
pull/2551/merge 0.5.260
Shayne Holmes 6 years ago
committed by skullydazed
parent
commit
b6db61b922
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util/macos_install.sh

+ 1
- 1
util/macos_install.sh View File

@ -15,7 +15,7 @@ if ! brew --version 2>&1 > /dev/null; then
*)
echo -n "Would you like to install homebrew now? [y/n] "
;;
esac
esac
done
fi


Loading…
Cancel
Save