Skip to content

Commit

Permalink
Merge pull request #45 from knownasilya/patch-1
Browse files Browse the repository at this point in the history
Fix async-false-relationships action
  • Loading branch information
abuiles committed Jun 19, 2015
2 parents e40f8ba + 553a870 commit 2f1cc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ember-watson
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ program
.description('convert Ember Data relationship with implicit async: false to explicit option')
.action(function(appPath) {
appPath = appPath || 'app';
watson.transformEmberDataAsyncFalseRelationships;
watson.transformEmberDataAsyncFalseRelationships(appPath);
});

program.parse(process.argv);

0 comments on commit 2f1cc67

Please sign in to comment.