Skip to content

Commit

Permalink
fix spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Sep 6, 2013
1 parent 1ed2408 commit 688e6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ IOS.prototype.parseLocalizableStrings = function(cb) {
var strings = path.resolve(this.app, "Localizable.strings");

if (!fs.existsSync(strings)) {
strings = path.resolve( this.app, "en.lproj", "Localizable.strings");
strings = path.resolve(this.app, "en.lproj", "Localizable.strings");
}

bplistParse.parseFile(strings, function(err, obj) {
Expand Down

0 comments on commit 688e6a8

Please sign in to comment.