Fix static check

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-05-10 10:47:22 +02:00 committed by Daniel Weiße
parent 61afce37fd
commit f8c9c0f17f

View File

@ -100,7 +100,7 @@ func main() {
func exit(err error) {
if err != nil {
fmt.Fprintf(os.Stderr, err.Error())
fmt.Fprintln(os.Stderr, err.Error())
os.Exit(1)
}
os.Exit(0)