diff options
Diffstat (limited to 'install/root.go')
| -rw-r--r-- | install/root.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install/root.go b/install/root.go index b128a0d..66e23b3 100644 --- a/install/root.go +++ b/install/root.go @@ -25,6 +25,5 @@ func (root) Uninstall(cmd string, bin string) error { } func getBashCompletionDLink(cmd string) string { - return "/etc/bash_completion.d/"+cmd + return "/etc/bash_completion.d/" + cmd } - |
