mirror of
https://github.com/clearlinux/docs.git
synced 2026-08-26 18:36:06 +00:00
Fix ".travis.yml" handling of "$files" 😇
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ script:
|
||||
echo >&2 "Need markdownfmt:";
|
||||
echo >&2 "$files";
|
||||
echo >&2;
|
||||
markdownfmt -d "$files" >&2;
|
||||
echo "$files" | xargs markdownfmt -d >&2;
|
||||
exit 1;
|
||||
fi
|
||||
- failed='';
|
||||
|
||||
Reference in New Issue
Block a user