Skip to content

Commit 095d41e

Browse files
committed
corrected the extension
1 parent 36dd3d2 commit 095d41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/push.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func listAllFilesAndPush() {
6565

6666
filename := "./" + RootFolder + "/strings.xml"
6767

68-
var Extension = config.FetchAndValidate("Extansion")
68+
var Extension = config.FetchAndValidate("Extension")
6969

7070
//TODO: This should be abstracted to various languages
7171

@@ -81,7 +81,7 @@ func listAllFilesAndPush() {
8181
"client_secret": ClientSecret,
8282
"project_key": ProjectKey,
8383
"file[0][hash]": sha256Hash(filename),
84-
"file[0][extension]": "xml",
84+
"file[0][extension]": Extension,
8585
"file[0][file_type]": "xml",
8686
"file[0][location]": filename,
8787
}).

0 commit comments

Comments
 (0)