Skip to content

Commit e5da40e

Browse files
authored
Merge pull request spdx#454 from wking/validate-exceptions
gulpfile: Validate exceptions
2 parents 9984ebd + bb0e685 commit e5da40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function validate(file) {
4747
}
4848

4949
function validateall(callback) {
50-
glob('./'+srcdir+'**/*.xml', function(err, files) {
50+
glob('./'+srcdir+'/**/*.xml', function(err, files) {
5151
if (!files) {
5252
return;
5353
}

0 commit comments

Comments
 (0)