Update path in comment.

PiperOrigin-RevId: 299444786
Change-Id: I7dcfe8885f446034b49e6f2274d4a865c002701a
This commit is contained in:
A. Unique TensorFlower 2020-03-06 15:03:52 -08:00 committed by TensorFlower Gardener
parent 83a39dafa3
commit 317189e108

View File

@ -127,8 +127,8 @@ CurlHttpRequest::CurlHttpRequest(LibCurl* libcurl, Env* env)
CHECK(curl_ != nullptr) << "Couldn't initialize a curl session.";
// NOTE: CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt is configured by
// default in //third_party:curl.BUILD and can be customized via an
// environment variable.
// default in tensorflow/third_party/curl.BUILD and can be customized
// via an environment variable.
CHECK_CURL_OK(
libcurl_->curl_easy_setopt(curl_, CURLOPT_VERBOSE, kVerboseOutput));