Update index-debuginfo.cc

This commit is contained in:
Graham Christensen 2023-01-26 08:33:36 -05:00 committed by GitHub
parent cda466b04a
commit 2fb68d4782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ void mainWrapped(int argc, char * * argv)
json["archive"] = url;
json["member"] = filename;
std::string key = "debuginfo/" + buildId;
std::string key = "debuginfo/" + build_id;
// FIXME: or should we overwrite? The previous link may point
// to a GC'ed file, so overwriting might be useful...