We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6449f commit 85a490bCopy full SHA for 85a490b
cmd/docker-mcp/catalog/update.go
@@ -58,7 +58,7 @@ func updateCatalog(ctx context.Context, name string, catalog Catalog) error {
58
if name == DockerCatalogName && (url == "" || !isValidURL(url)) {
59
url = DockerCatalogURL
60
}
61
-
+
62
if isValidURL(url) {
63
catalogContent, err = DownloadFile(ctx, url)
64
} else {
0 commit comments