We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9363973 commit 1662890Copy full SHA for 1662890
csctldocker/csctldocker_main.go
@@ -69,5 +69,5 @@ func main() {
69
fmt.Printf("releaseDir: %s\n", releaseDir)
70
fmt.Printf("nodeImageRegistry: %s\n", nodeImageRegistry)
71
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")
+ fmt.Print("..... pretending to do heavy work (creating node images) ...\n")
73
}
0 commit comments