Skip to content

Commit 779c813

Browse files
committed
fix wrong logger
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 12c739b commit 779c813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package config
22

33
import (
44
"encoding/json"
5-
"log"
5+
log "github.com/sirupsen/logrus"
66
"time"
77
)
88

0 commit comments

Comments
 (0)