etcupdate: fix ;; spacing

This commit is contained in:
tschettervictor
2025-01-09 16:37:48 -07:00
committed by GitHub
parent cca43cb436
commit 894e5ef5f6

View File

@@ -191,6 +191,6 @@ while [ "$#" -gt 0 ]; do
error_exit "Unknown action: \"${ACTION}\""
;;
esac
;;
;;
esac
done