insert space after comment character in cmd folder

This commit is contained in:
Nagarjun
2016-01-05 12:46:18 +05:30
parent 9264340338
commit c98364e79b
8 changed files with 21 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ func main() {
}
outFile := outDir + "kubectl"
//TODO os.Stdin should really be something like ioutil.Discard, but a Reader
// TODO os.Stdin should really be something like ioutil.Discard, but a Reader
kubectl := cmd.NewKubectlCommand(cmdutil.NewFactory(nil), os.Stdin, ioutil.Discard, ioutil.Discard)
kubectl.GenBashCompletionFile(outFile)
}