summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-06 13:31:56 -0400
committerGitHub <noreply@github.com>2021-04-06 13:31:56 -0400
commita0873b6650974ee660584388d1e5bd453e3b9d92 (patch)
tree1d6fbbaa7e52066773a9522918b75d30257d8d5f /hack
parent453aab39416ba25b5d57c68ce1baa8035e4c9ff8 (diff)
parent51b23be38b1018f5cee06e75dc481b5e070d6b41 (diff)
downloadpodman-a0873b6650974ee660584388d1e5bd453e3b9d92.tar.gz
podman-a0873b6650974ee660584388d1e5bd453e3b9d92.tar.bz2
podman-a0873b6650974ee660584388d1e5bd453e3b9d92.zip
Merge pull request #9953 from jwhonce/wip/operation_id
[CI:DOCS] Polish swagger OperationIDs
Diffstat (limited to 'hack')
-rwxr-xr-xhack/swagger-check5
1 files changed, 0 insertions, 5 deletions
diff --git a/hack/swagger-check b/hack/swagger-check
index d20318305..f2e30cc33 100755
--- a/hack/swagger-check
+++ b/hack/swagger-check
@@ -252,11 +252,6 @@ sub handle_handle {
$tag = 'system';
}
- # Special case: /changes is libpod even though it says compat
- if ($endpoint =~ m!/changes!) {
- $tag = 'libpod';
- }
-
state $previous_path; # Previous path name, to avoid dups
#