Skip to content

Commit

Permalink
send all files within a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Feb 11, 2018
1 parent 3b235ed commit f49adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/push_multiple.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {
//var RootFolder = config.FetchAndValidate("RootFolder") // returns string

var SourceLanguage = config.FetchAndValidate("SourceLanguage")

//TODO: send all the files within a SourceLanguage target folder
filename := "./" + SourceLanguage + "/strings.xml"

var Extension = config.FetchAndValidate("Extension")
Expand Down

0 comments on commit f49adea

Please sign in to comment.