forked from ungleich-public/cdist
Disable SC2030 where appropriate.
This commit is contained in:
parent
7b17ad4733
commit
b120a813a2
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ for param in *; do
|
||||||
--owner root --group root --mode 640 \
|
--owner root --group root --mode 640 \
|
||||||
--source "$source" \
|
--source "$source" \
|
||||||
--state "$state"
|
--state "$state"
|
||||||
|
# shellcheck disable=SC2030
|
||||||
export require="__file${destination}"
|
export require="__file${destination}"
|
||||||
printf ' source = "%s"\n' "$destination"
|
printf ' source = "%s"\n' "$destination"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue