fix lint error

Signed-off-by: Jeff Valore <rally25rs@yahoo.com>
pull/6734/head
Jeff Valore 6 years ago
parent 55a1535c80
commit 73e1dd4eea

@ -62,7 +62,7 @@ Please make sure you have the correct access rights
and the repository exists.`
}
fmt.Fprintf(os.Stdout, result)
fmt.Fprint(os.Stdout, result)
os.Exit(exitCode)
}

Loading…
Cancel
Save