Turn on "description:" verification for v1beta3 API.

This commit is contained in:
Vishnu Kannan
2015-03-06 21:37:41 +00:00
parent 28aef4ba53
commit 17446061b0
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ find_files() {
\) -name '*.go'
}
files=`find_files | egrep "pkg/api/v.[^/]*/types\.go" | grep -v v1beta3`
files=`find_files | egrep "pkg/api/v.[^/]*/types\.go"`
for file in $files
do