We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dd3d2 commit 095d41eCopy full SHA for 095d41e
cmd/push.go
@@ -65,7 +65,7 @@ func listAllFilesAndPush() {
65
66
filename := "./" + RootFolder + "/strings.xml"
67
68
- var Extension = config.FetchAndValidate("Extansion")
+ var Extension = config.FetchAndValidate("Extension")
69
70
//TODO: This should be abstracted to various languages
71
@@ -81,7 +81,7 @@ func listAllFilesAndPush() {
81
"client_secret": ClientSecret,
82
"project_key": ProjectKey,
83
"file[0][hash]": sha256Hash(filename),
84
- "file[0][extension]": "xml",
+ "file[0][extension]": Extension,
85
"file[0][file_type]": "xml",
86
"file[0][location]": filename,
87
}).
0 commit comments