mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 11:40:06 +00:00
test: fix go vet issue
This commit is contained in:
parent
96c677fdba
commit
4edd1dcba2
@ -23,7 +23,7 @@ var tmpdir = "/tmp/consul-test"
|
||||
|
||||
func init() {
|
||||
if err := os.MkdirAll(tmpdir, 0755); err != nil {
|
||||
fmt.Println("Cannot create %s. Reverting to /tmp", tmpdir)
|
||||
fmt.Printf("Cannot create %s. Reverting to /tmp\n", tmpdir)
|
||||
tmpdir = "/tmp"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user