Woops! Use our logger, not log
This commit is contained in:
parent
7b8c126aa1
commit
25f4fd5a19
@ -162,7 +162,7 @@ func main() {
|
||||
if doUpgradeCheck {
|
||||
rel, err := currentRelease()
|
||||
if err != nil {
|
||||
log.Fatalln(err) // exits 1
|
||||
l.Fatalln(err) // exits 1
|
||||
}
|
||||
|
||||
switch compareVersions(rel.Tag, Version) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user