Skip to content

Commit

Permalink
search n' replace is bad
Browse files Browse the repository at this point in the history
  • Loading branch information
bmichotte committed Mar 13, 2015
1 parent bd524ba commit 7cbfe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utilities/database_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def initialize
]

langs.each do |lang|
Log.verbose lang, "cards/cardsDB.#{lang}.json".resource_path
Log.verbose "#{lang} -> #{"cards/cardsDB.#{lang}.json".resource_path}"
data = NSData.read_from "cards/cardsDB.#{lang}.json".resource_path
cards = JSON.parse data

Expand Down

0 comments on commit 7cbfe98

Please sign in to comment.