mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 01:30:48 +03:00
modules/age-home: Make SC2043 more verbose for identityPaths
nitpick
This commit is contained in:
parent
3f1dae074a
commit
c4aca31a68
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ with lib; let
|
|||
TMP_FILE="$_truePath.tmp"
|
||||
|
||||
IDENTITIES=()
|
||||
# shellcheck disable=2043
|
||||
# shellcheck disable=SC2043 # If only one path is set in identityPaths it will fail shellcheck
|
||||
for identity in ${toString cfg.identityPaths}; do
|
||||
test -r "$identity" || continue
|
||||
IDENTITIES+=(-i)
|
||||
|
|
Loading…
Reference in a new issue