diff --git a/GitLab-CI.md b/GitLab-CI.md index 61e49a2..b911690 100644 --- a/GitLab-CI.md +++ b/GitLab-CI.md @@ -18,5 +18,5 @@ test: - apk update - apk add git script: - - git ls-files --exclude='*.sh' --ignored | xargs shellcheck + - git ls-files --exclude='*.sh' --ignored -z | xargs -0 shellcheck ``` \ No newline at end of file