Skip to content
Snippets Groups Projects
Unverified Commit 4c1ea4d9 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix compilation error

parent 69849894
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -437,7 +437,7 @@ func main() {
 
if *cache {
cacheProvider := memorycache.NewInMemoryBlobDescriptorCacheProvider()
options := append(options, storage.BlobDescriptorCacheProvider(cacheProvider))
options = append(options, storage.BlobDescriptorCacheProvider(cacheProvider))
}
 
registry, err := storage.NewRegistry(ctx, driver, options...)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment