From db4c866fd44df160d5cc442b169598c105072ef1 Mon Sep 17 00:00:00 2001 From: John Meyer <0x326@users.noreply.github.com> Date: Fri, 8 Jan 2021 09:17:44 -0500 Subject: [PATCH] Use \0 terminator in GitLab CI config --- GitLab-CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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