Skip to content

Commit c63f7ac

Browse files
committed
fix lint
1 parent ee1770c commit c63f7ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/main.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ func main() {
8282
"If set, the metrics endpoint is served securely via HTTPS. Use --metrics-secure=false to use HTTP instead.")
8383
flag.BoolVar(&enableHTTP2, "enable-http2", false,
8484
"If set, HTTP/2 will be enabled for the metrics and webhook servers")
85-
flag.StringVar(&gpuInfoConfig, "gpu-info-config", "/etc/tensor-fusion/gpu-info.yaml", "specify the path to gpuInfoConfig file")
85+
flag.StringVar(&gpuInfoConfig, "gpu-info-config",
86+
"/etc/tensor-fusion/gpu-info.yaml", "specify the path to gpuInfoConfig file")
8687
opts := zap.Options{
8788
Development: true,
8889
}

0 commit comments

Comments
 (0)