diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index e315c6cd3d..7f93b69b62 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -748,7 +748,7 @@ EOS if [[ -n "${HOMEBREW_INSTALL_FROM_API}" ]] then mkdir -p "${HOMEBREW_CACHE}/api" - # TODO: etags? +# TODO: use --header If-Modified-Since curl \ "${CURL_DISABLE_CURLRC_ARGS[@]}" \ --fail --compressed --silent --max-time 5 \