diff options
Diffstat (limited to 'hack/swagger-check')
-rwxr-xr-x | hack/swagger-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/swagger-check b/hack/swagger-check index d564b6554..d20318305 100755 --- a/hack/swagger-check +++ b/hack/swagger-check @@ -241,7 +241,7 @@ sub handle_handle { } # Special case: the following endpoints all get a custom tag - if ($endpoint =~ m!/(volumes|pods|manifests)/!) { + if ($endpoint =~ m!/(pods|manifests)/!) { $tag = $1; $operation =~ s/^libpod//; $operation = lcfirst $operation; |