Skip to content

Commit

Permalink
Fixed loadData gulp task
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjoecox committed Jul 31, 2015
1 parent 8b53418 commit a843f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ gulp.task('updateRedis', function() {

// Loads the users in clientData.json to our database
gulp.task('loadData', function() {
var data = {body: require('./data/clientData')};
var data = {body: require('./data/data_withoutFB')};
return require('./server/database/people/controller').post(data, {send: function() {}});
});

Expand Down

0 comments on commit a843f65

Please sign in to comment.