Unverified Commit 19aa3137 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Shellcheck (#509)

parent 9db12cd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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