We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ebf64 commit 11aec49Copy full SHA for 11aec49
2 files changed
cmd/init.go
@@ -30,7 +30,7 @@ ClientSecret:
30
31
ProjectKey:
32
33
-RootDir: values #default
+RootFolder: values #default
34
35
Extension : xml #default
36
cmd/push.go
@@ -63,7 +63,6 @@ func listAllFilesAndPush() {
63
64
var RootFolder = config.FetchAndValidate("RootFolder") // returns string
65
66
-
67
filename := "./" + RootFolder + "/strings.xml"
68
69
resp, err := resty.R().
0 commit comments