From 5770dc2640c216525ab84031e3712fcc46b3b087 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 15 Dec 2017 16:58:36 -0500 Subject: Rename all references to kpod to podman The decision is in, kpod is going to be named podman. Signed-off-by: Daniel J Walsh Closes: #145 Approved by: umohnani8 --- .tool/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tool/lint') diff --git a/.tool/lint b/.tool/lint index 4ec8bf7ab..72109a809 100755 --- a/.tool/lint +++ b/.tool/lint @@ -42,6 +42,6 @@ ${LINTER} \ --exclude='duplicate of.*_test.go.*\(dupl\)$'\ --exclude='cmd\/client\/.*\.go.*\(dupl\)$'\ --exclude='vendor\/.*'\ - --exclude='kpod\/.*'\ + --exclude='podman\/.*'\ --exclude='server\/seccomp\/.*\.go.*$'\ ${PKGS[@]} -- cgit v1.2.3-54-g00ecf