summaryrefslogtreecommitdiff
path: root/install/root.go
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2017-05-06 19:11:16 +0300
committerEyal Posener <[email protected]>2017-05-06 19:11:16 +0300
commit60345dc6db8d1247fef2fb456d2f18f3300651ac (patch)
tree46e6aad0f9c1ff3e1867e75dcd9fd30dbc6842c7 /install/root.go
parent07b98cb91243293e26564058a78f28b83aa81cd4 (diff)
fmt
Diffstat (limited to 'install/root.go')
-rw-r--r--install/root.go3
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
}
-