forked from toolshed/abra
fix: dont output error twice
This commit is contained in:
@ -190,6 +190,6 @@ func Run(version, commit string) {
|
||||
)
|
||||
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
log.Fatal(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user