fix: dont output error twice

This commit is contained in:
2024-12-30 18:05:26 +01:00
parent 994310a4ff
commit e3b0500875

View File

@ -190,6 +190,6 @@ func Run(version, commit string) {
)
if err := rootCmd.Execute(); err != nil {
log.Fatal(err)
os.Exit(1)
}
}