Fix one more vet

This commit is contained in:
Eyal Posener 2017-05-06 22:26:29 +03:00
parent cc743aad8b
commit c20bec01d6
1 changed files with 1 additions and 2 deletions

View File

@ -37,9 +37,8 @@ func Uninstall(cmd string, asRoot bool) error {
func getInstaller(asRoot bool) installer {
if asRoot {
return root{}
} else {
return home{}
}
return home{}
}
func getBinaryPath() (string, error) {