fix: Shellcheck (#509)

This commit is contained in:
Kroese
2023-12-28 08:35:51 +01:00
committed by GitHub
parent 9db12cd25f
commit 19aa313753

View File

@@ -43,7 +43,7 @@ if [ ! -c "$dev" ]; then
fi
if [ ! -c "$dev" ]; then
error "Device `$dev` not found!"
error "Device '$dev' not found!"
finish 34
fi