Skip to content

Commit dd6c035

Browse files
committed
Update build/generate-go-licenses.js
1 parent e86480e commit dd6c035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/generate-go-licenses.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function exit(err) {
1919

2020
async function main() {
2121
const line = '-'.repeat(80);
22-
const str = glob(['**/*']).filter((path) => {
22+
const str = glob('**/*').filter((path) => {
2323
return /\/((UN)?LICEN(S|C)E|COPYING|NOTICE)/i.test(path);
2424
}).sort().map((path) => {
2525
const name = dirname(path);

0 commit comments

Comments
 (0)