style: simplify true statement

This commit is contained in:
Simon Cornet 2025-03-05 09:53:22 +01:00
commit 336cd74fa4

View file

@ -68,7 +68,7 @@ func printPullError(pullErrorMsg []string) {
}
func logPrint(message string, err error) {
if verbose == true {
if verbose {
if err != nil {
log.Printf("gogitlabber | %v error: %v\n", message, err)
}