Skip to content

Commit 0f44d0b

Browse files
committed
Fix ".travis.yml" handling of "$files" 😇
1 parent 441ecbf commit 0f44d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script:
1313
echo >&2 "Need markdownfmt:";
1414
echo >&2 "$files";
1515
echo >&2;
16-
markdownfmt -d "$files" >&2;
16+
echo "$files" | xargs markdownfmt -d >&2;
1717
exit 1;
1818
fi
1919
- failed='';

0 commit comments

Comments
 (0)