Update index-debuginfo.cc
This commit is contained in:
parent
cda466b04a
commit
2fb68d4782
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ void mainWrapped(int argc, char * * argv)
|
||||||
json["archive"] = url;
|
json["archive"] = url;
|
||||||
json["member"] = filename;
|
json["member"] = filename;
|
||||||
|
|
||||||
std::string key = "debuginfo/" + buildId;
|
std::string key = "debuginfo/" + build_id;
|
||||||
|
|
||||||
// FIXME: or should we overwrite? The previous link may point
|
// FIXME: or should we overwrite? The previous link may point
|
||||||
// to a GC'ed file, so overwriting might be useful...
|
// to a GC'ed file, so overwriting might be useful...
|
||||||
|
|
Loading…
Reference in a new issue