We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86480e commit dd6c035Copy full SHA for dd6c035
build/generate-go-licenses.js
@@ -19,7 +19,7 @@ function exit(err) {
19
20
async function main() {
21
const line = '-'.repeat(80);
22
- const str = glob(['**/*']).filter((path) => {
+ const str = glob('**/*').filter((path) => {
23
return /\/((UN)?LICEN(S|C)E|COPYING|NOTICE)/i.test(path);
24
}).sort().map((path) => {
25
const name = dirname(path);
0 commit comments