Skip to content

Commit

Permalink
Growth data must be retrieved from proper directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodubas committed May 17, 2013
1 parent 155a29b commit c76a7d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/bmiload.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ var fs = require('fs'),
// -- by: details about the key value
var filenames = {
child: {
localdir: path.join(__dirname, '..', 'lib', 'lms', 'db', 'bmi-child'),
todir: path.join(__dirname, '..', 'lib', 'lms', 'db'),
localdir: path.join(__dirname, '..', 'lib', 'data', 'db', 'bmi-child'),
todir: path.join(__dirname, '..', 'lib', 'data', 'db'),
files: [
{
from: 'lhfa_boys_p_exp',
Expand Down Expand Up @@ -145,8 +145,8 @@ var filenames = {
]
},
young: {
localdir: path.join(__dirname, '..', 'lib', 'lms', 'db', 'bmi-young'),
todir: path.join(__dirname, '..', 'lib', 'lms', 'db'),
localdir: path.join(__dirname, '..', 'lib', 'data', 'db', 'bmi-young'),
todir: path.join(__dirname, '..', 'lib', 'data', 'db'),
files: [
{
from: 'bmi_boys_perc_WHO2007_exp',
Expand Down

0 comments on commit c76a7d4

Please sign in to comment.