Fix default buildcache location (#30230)
Resolve path/URL parsing issues introduced by #27021
This commit is contained in:
		@@ -701,7 +701,7 @@ def update_index(mirror_url, update_keys=False):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
def update_index_fn(args):
 | 
					def update_index_fn(args):
 | 
				
			||||||
    """Update a buildcache index."""
 | 
					    """Update a buildcache index."""
 | 
				
			||||||
    outdir = '.'
 | 
					    outdir = 'file://.'
 | 
				
			||||||
    if args.mirror_url:
 | 
					    if args.mirror_url:
 | 
				
			||||||
        outdir = args.mirror_url
 | 
					        outdir = args.mirror_url
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user