fix shellcheck

This commit is contained in:
tschettervictor
2025-12-07 19:00:26 -07:00
committed by GitHub
parent fdc07ebbcd
commit ada3ce4ff9

View File

@@ -387,8 +387,8 @@ for jail in ${JAILS}; do
args="install -y ${args}"
;;
tag|tags)
# shellcheck disable=SC2090
cmd='tags'
# shellcheck disable=SC2090
args="add $(echo ${args} | tr ' ' ,)"
;;
render) # This is a path to one or more files needing arguments replaced by values. -- cwells
@@ -414,4 +414,4 @@ for jail in ${JAILS}; do
fi
info "\nTemplate applied: ${TEMPLATE}"
done
done