style: simplify true statement
This commit is contained in:
parent
998274cef3
commit
336cd74fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ func printPullError(pullErrorMsg []string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func logPrint(message string, err error) {
|
func logPrint(message string, err error) {
|
||||||
if verbose == true {
|
if verbose {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("gogitlabber | %v error: %v\n", message, err)
|
log.Printf("gogitlabber | %v error: %v\n", message, err)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue