Skip to content

Commit d6f61eb

Browse files
committed
added todo for pp the status command
1 parent 11aec49 commit d6f61eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/pull.go

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ func saveResponseAndConvert() {
108108
//fileContent := decodeBase64(string(dat))
109109
//fmt.Println(fileContent)
110110

111+
//TODO: This should be abstracted to various languages
111112
//TODO: Make the << hi >> dir
112113
if _, err := os.Stat("./values-hi"); os.IsNotExist(err) {
113114
os.Mkdir("./values-hi", os.ModePerm)

0 commit comments

Comments
 (0)