From 34dbbb17d511cfdd4bf2713d3f8d74d061b1a0d8 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Thu, 6 Sep 2018 15:51:55 -0700 Subject: [PATCH] Correct the generated client path I copied this from knative/pkg which has a funny version of this file. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b796f68f..00900bb8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,4 @@ # https://github.com/github/linguist. **/zz_generated.*.go linguist-generated=true -/client/** linguist-generated=true +/pkg/client/** linguist-generated=true