We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7b651 commit 60ca400Copy full SHA for 60ca400
cmd/validate-krew-manifest/main.go
@@ -166,11 +166,14 @@ func installPlatformSpec(manifestFile string, p index.Platform) error {
166
}
167
168
var licenseFiles = map[string]struct{}{
169
- "license": {},
170
- "license.txt": {},
171
- "license.md": {},
172
- "copying": {},
173
- "copying.txt": {},
+ "license": {},
+ "license.txt": {},
+ "license.md": {},
+ "licenses": {},
+ "licenses.txt": {},
174
+ "licenses.md": {},
175
+ "copying": {},
176
+ "copying.txt": {},
177
178
179
func validateLicenseFileExists(krewRoot string) error {
0 commit comments