[__git] Silence SC2012 as it does not apply to this case.

This commit is contained in:
evilham 2020-06-18 12:01:28 +02:00
parent 0ef94550c7
commit 74f340ceae
2 changed files with 2 additions and 0 deletions

View File

@ -3,4 +3,5 @@
destination="/$__object_id/.git"
# See: cdist/conf/type/__file/explorer/stat
# shellcheck disable=SC2012
ls -ld "$destination" | awk '{ print $4 }'

View File

@ -3,4 +3,5 @@
destination="/$__object_id/.git"
# See: cdist/conf/type/__file/explorer/stat
# shellcheck disable=SC2012
ls -ld "$destination" | awk '{ print $3 }'