Skip to content

Commit

Permalink
makes much more sense. thanks to centrx
Browse files Browse the repository at this point in the history
  • Loading branch information
karabijavad committed Feb 15, 2014
1 parent 32d45ef commit 48c42c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadet-legislators-example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
end
end

Dir['data/**/bills/**/*.json'].each do |json_file|
Dir['data/congress-data/*/bills/*/*/*.json'].each do |json_file|
bill_data = JSON.parse(File.read(json_file))
db.transaction do |tx|
begin
Expand Down

0 comments on commit 48c42c2

Please sign in to comment.