Skip to content

Commit 11aec49

Browse files
committed
spelling mistake for RootDir / Folder
1 parent d0ebf64 commit 11aec49

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ClientSecret:
3030
3131
ProjectKey:
3232
33-
RootDir: values #default
33+
RootFolder: values #default
3434
3535
Extension : xml #default
3636

cmd/push.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ func listAllFilesAndPush() {
6363

6464
var RootFolder = config.FetchAndValidate("RootFolder") // returns string
6565

66-
6766
filename := "./" + RootFolder + "/strings.xml"
6867

6968
resp, err := resty.R().

0 commit comments

Comments
 (0)