Skip to content

Commit

Permalink
Rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-dspeed committed Oct 20, 2016
1 parent e8fd3df commit 029bbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/cmd-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function(root, mypkg, folder, options) {
.then(function() {
return generate(nodeModules, 'generator-dssrv', [type, {
version: mypkg.version,
packages: mypkg.["dssrv-cli"],
packages: mypkg["dssrv-cli"],
skipInstall: options.skipInstall
}]);
});
Expand Down

0 comments on commit 029bbf1

Please sign in to comment.