fix: Shellcheck

This commit is contained in:
Kroese
2024-05-21 09:17:12 +02:00
committed by GitHub
parent 1172342e03
commit 73644ed291

View File

@@ -31,7 +31,7 @@ if [[ "$RAM_CHECK" != [Nn]* ]]; then
fi
if [[ "$DEBUG" == [Yy1]* ]]; then
printf "Arguments:\n\n${ARGS// -/$'\n-'}" && echo
printf "Arguments:\n\n%s" "${ARGS// -/$'\n-'}" && echo
fi
return 0