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