fix: dont output error twice
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
decentral1se 2024-12-30 18:05:26 +01:00
parent 994310a4ff
commit e3b0500875
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

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