[__git] Silence SC2012 as it does not apply to this case.
This commit is contained in:
parent
0ef94550c7
commit
74f340ceae
2 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,5 @@
|
|||
destination="/$__object_id/.git"
|
||||
|
||||
# See: cdist/conf/type/__file/explorer/stat
|
||||
# shellcheck disable=SC2012
|
||||
ls -ld "$destination" | awk '{ print $4 }'
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
destination="/$__object_id/.git"
|
||||
|
||||
# See: cdist/conf/type/__file/explorer/stat
|
||||
# shellcheck disable=SC2012
|
||||
ls -ld "$destination" | awk '{ print $3 }'
|
||||
|
|
Loading…
Reference in a new issue