diff options
| author | Eyal Posener <[email protected]> | 2018-09-09 17:48:54 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-09-09 17:48:54 +0300 |
| commit | 217cfb65b2739a48779cbcf8692ac76ee3e62ae3 (patch) | |
| tree | f3b7398f3a2363e9a9a4f37fe4540e45044073e6 /cmd/install/fish.go | |
| parent | dcda3199365ca2a5f24aea4c42aa56f6a197d117 (diff) | |
| parent | dcfd7da4e1804e7fa63d06a2071e68e8e347c40b (diff) | |
Merge pull request #68 from posener/go111
Add support for go1.11
Diffstat (limited to 'cmd/install/fish.go')
| -rw-r--r-- | cmd/install/fish.go | 2 |
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() } |
