From 60345dc6db8d1247fef2fb456d2f18f3300651ac Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Sat, 6 May 2017 19:11:16 +0300 Subject: fmt --- install/root.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/root.go') 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 } - -- cgit v1.2.3