Skip to content

Commit

Permalink
Removed reference to undefined function
Browse files Browse the repository at this point in the history
  • Loading branch information
sgress454 committed Feb 12, 2014
1 parent 8b3b3d0 commit 9ec1072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/_generate-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = function generateAPI (scope, cb) {
console.log();
cb.log.info('REST API generated @ ' + ('http://localhost:1337/' + scope.args[0]).underline);
cb.log.info('and will be available the next time you run `sails lift`.');
STRINGFILE.terminalLinkHelp(cb.log.info);
}
});

Expand Down

0 comments on commit 9ec1072

Please sign in to comment.