Skip to content

Commit

Permalink
Fixed path in countries.rb, this should run a lot faster now
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisnyman committed Nov 20, 2015
1 parent 1115868 commit d7e7b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bin/countries.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
i = 1;
lastOrder = -1;
lastMentions = 0;
file = file = File.read('../../dist/data.json')
file = file = File.read('../../tmp/data.json')
data = JSON.parse(file)
contributors = data['contributors']
companies = Hash.new(0)
Expand Down

0 comments on commit d7e7b77

Please sign in to comment.