Add and fix forbidigo

This commit is contained in:
Kristoffer Dalby 2021-11-15 18:36:02 +00:00
parent c4d4c9c4e4
commit db8be91d8b
No known key found for this signature in database
GPG key ID: 09F62DC067465735
4 changed files with 3 additions and 4 deletions

View file

@ -415,11 +415,13 @@ func SuccessOutput(result interface{}, override string, outputFormat string) {
log.Fatal().Err(err)
}
default:
//nolint
fmt.Println(override)
return
}
//nolint
fmt.Println(string(j))
}