We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11aec49 commit d6f61ebCopy full SHA for d6f61eb
cmd/pull.go
@@ -108,6 +108,7 @@ func saveResponseAndConvert() {
108
//fileContent := decodeBase64(string(dat))
109
//fmt.Println(fileContent)
110
111
+ //TODO: This should be abstracted to various languages
112
//TODO: Make the << hi >> dir
113
if _, err := os.Stat("./values-hi"); os.IsNotExist(err) {
114
os.Mkdir("./values-hi", os.ModePerm)
0 commit comments