summaryrefslogtreecommitdiff
path: root/cmd/install/fish.go
diff options
context:
space:
mode:
authorAdam S Levy <[email protected]>2018-08-29 09:47:36 -0800
committerAdam S Levy <[email protected]>2018-08-29 09:47:45 -0800
commit8200804f123c4addbbee90b9f48698fb0608cbc7 (patch)
tree56d6e11ba6c41274f32d569a859674aea6e009d6 /cmd/install/fish.go
parent2ef7ee53077638b8fe50193632a9cce43b14596e (diff)
refactor(log,cmd/install/fish): Small refactors to pass gometalinter.v2
Diffstat (limited to 'cmd/install/fish.go')
-rw-r--r--cmd/install/fish.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/install/fish.go b/cmd/install/fish.go
index f04e7c3..6b588db 100644
--- a/cmd/install/fish.go
+++ b/cmd/install/fish.go
@@ -46,5 +46,5 @@ end
complete -c {{.Cmd}} -a "(__complete_{{.Cmd}})"
`)).Execute(&buf, params)
- return string(buf.Bytes())
+ return buf.String()
}