diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index 03c9693e8d7b741f7300e591bdf3325fa81f4e41..54eca13765a544bac1e995522732e98b50acc75a 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -477,7 +477,7 @@ EOS then # Only try to `git fetch` when the upstream tags have changed # (so the API does not return 304: unmodified). - GITHUB_API_ETAG="$(sed -n 's/^ETag: "\([a-f0-9]\{32\}\)".*/\1/p' ".git/GITHUB_HEADERS")" + GITHUB_API_ETAG="$(sed -n 's/^ETag: "\([a-f0-9]\{32\}\)".*/\1/p' ".git/GITHUB_HEADERS" 2>/dev/null)" GITHUB_API_ACCEPT="application/vnd.github.v3+json" GITHUB_API_ENDPOINT="tags" else