Merge pull request #16986 from pmorie/gce-sc
Auto commit by PR queue bot
This commit is contained in:
@@ -713,7 +713,7 @@ function kube-up {
|
||||
|
||||
# curl in mavericks is borked.
|
||||
secure=""
|
||||
if which sw_vers > /dev/null; then
|
||||
if which sw_vers >& /dev/null; then
|
||||
if [[ $(sw_vers | grep ProductVersion | awk '{print $2}') = "10.9."* ]]; then
|
||||
secure="--insecure"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user