Fix default buildcache location (#30230)
Resolve path/URL parsing issues introduced by #27021
This commit is contained in:
parent
f9d701f9cf
commit
72e594fb10
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ def update_index(mirror_url, update_keys=False):
|
|||
|
||||
def update_index_fn(args):
|
||||
"""Update a buildcache index."""
|
||||
outdir = '.'
|
||||
outdir = 'file://.'
|
||||
if args.mirror_url:
|
||||
outdir = args.mirror_url
|
||||
|
||||
|
|
Loading…
Reference in a new issue