summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
Diffstat (limited to 'hack')
-rwxr-xr-xhack/swagger-check2
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;