Skip to content

Commit 1662890

Browse files
committed
golangci-lint: Printf -> Print
Signed-off-by: Kurt Garloff <[email protected]>
1 parent 9363973 commit 1662890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csctldocker/csctldocker_main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ func main() {
6969
fmt.Printf("releaseDir: %s\n", releaseDir)
7070
fmt.Printf("nodeImageRegistry: %s\n", nodeImageRegistry)
7171
fmt.Printf("..... pretending to read config: %s\n", config.Config.Provider.Config["dummyKey"])
72-
fmt.Printf("..... pretending to do heavy work (creating node images) ...\n")
72+
fmt.Print("..... pretending to do heavy work (creating node images) ...\n")
7373
}

0 commit comments

Comments
 (0)