chore(gonf): fix go vet and staticcheck errors
This commit is contained in:
parent
cae4735276
commit
72be13c3e9
6 changed files with 4 additions and 18 deletions
|
@ -75,7 +75,7 @@ func (p *Permissions) resolve(filename string) (Status, error) {
|
|||
status = REPAIRED
|
||||
}
|
||||
} else {
|
||||
return BROKEN, errors.New("Unsupported operating system")
|
||||
return BROKEN, errors.New("unsupported operating system")
|
||||
}
|
||||
}
|
||||
return status, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue