fmt
This commit is contained in:
parent
07b98cb912
commit
60345dc6db
|
@ -5,10 +5,10 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"os/user"
|
||||
"path/filepath"
|
||||
"io/ioutil"
|
||||
)
|
||||
|
||||
type home struct{}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue