formatted brew completion
parent
500b70d787
commit
43ca459080
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
if [[ "$(uname -s)" != 'Darwin' ]] ; then
|
if [[ "$(uname -s)" != 'Darwin' ]] ; then
|
||||||
_log_warning "unsupported operating system - only 'Darwin' is supported"
|
_log_warning "unsupported operating system - only 'Darwin' is supported"
|
||||||
return 0
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure brew is installed
|
# Make sure brew is installed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue