Skip to content

Commit

Permalink
Merge pull request #12695 from stevekuznetsov/skuznets/etcd-curl
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Jan 28, 2017
2 parents 8dd59d9 + 2138ec0 commit 6ceb412
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions hack/lib/util/misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,10 @@ function os::util::curl_etcd() {

curl --fail --silent --cacert "${ca_bundle}" \
--cert "${etcd_client_cert_p12}:${etcd_client_cert_p12_password}" "${full_url}"
else
curl --fail --silent --cacert "${ca_bundle}" \
--cert "${etcd_client_cert}" --key "${etcd_client_key}" "${full_url}"
fi


curl --fail --silent --cacert "${ca_bundle}" \
--cert "${etcd_client_cert}" --key "${etcd_client_key}" "${full_url}"
}

# os::util::host_platform determines what the host OS and architecture
Expand Down

0 comments on commit 6ceb412

Please sign in to comment.