mirror of https://github.com/qwc/backive.git
Fix linting errors
This commit is contained in:
parent
4807162a0a
commit
622983f52d
|
@ -24,7 +24,7 @@ func main() {
|
|||
for _, e := range os.Environ() {
|
||||
pair := strings.SplitN(e, "=", 2)
|
||||
env[pair[0]] = pair[1]
|
||||
log.Println("%s", e)
|
||||
log.Println(e)
|
||||
}
|
||||
|
||||
c, err := net.Dial("unix", "/tmp/backive/backive.sock")
|
||||
|
|
Loading…
Reference in New Issue