diff --git a/cdist/conf/type/__git/explorer/group b/cdist/conf/type/__git/explorer/group index 9803c085..51f85a70 100755 --- a/cdist/conf/type/__git/explorer/group +++ b/cdist/conf/type/__git/explorer/group @@ -3,4 +3,5 @@ destination="/$__object_id/.git" # See: cdist/conf/type/__file/explorer/stat +# shellcheck disable=SC2012 ls -ld "$destination" | awk '{ print $4 }' diff --git a/cdist/conf/type/__git/explorer/owner b/cdist/conf/type/__git/explorer/owner index ea608c89..bf970847 100755 --- a/cdist/conf/type/__git/explorer/owner +++ b/cdist/conf/type/__git/explorer/owner @@ -3,4 +3,5 @@ destination="/$__object_id/.git" # See: cdist/conf/type/__file/explorer/stat +# shellcheck disable=SC2012 ls -ld "$destination" | awk '{ print $3 }'