From f20167894301489b5ea1ebd6d8f67ad82e21342f Mon Sep 17 00:00:00 2001 From: junya koyama Date: Sun, 11 Dec 2022 10:24:59 +0900 Subject: [PATCH] fix(swagger): update docs.go - fix typos Signed-off-by: junya koyama --- swagger/docs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger/docs.go b/swagger/docs.go index 3cf229fd..84559d2d 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -33,7 +33,7 @@ var doc = `{ "host": "{{.Host}}", "basePath": "{{.BasePath}}", "paths": { - "/oras/artifacts/v1/{name": { + "/oras/artifacts/v1/{name}": { "get": { "description": "Get references for an image given a digest and artifact type", "consumes": [