Fix code analysis

This commit is contained in:
Deda 2024-02-25 21:08:37 +01:00
parent 454e36503c
commit df51e2e722

View File

@ -16,7 +16,7 @@ while [[ "$#" -gt 0 ]]; do
;;
*)
echo "Error: Unknown flag '$1'"
shift 2
exit 1
;;
esac
done