mirror of
https://github.com/qwc/backive.git
synced 2025-01-18 09:37:20 +01:00
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…
x
Reference in New Issue
Block a user