diff --git a/heroku/index.js b/heroku/index.js index 5e1745d4b..8a1efce01 100644 --- a/heroku/index.js +++ b/heroku/index.js @@ -54,7 +54,7 @@ Generator.prototype.gitInit = function gitInit() { this.log(chalk.bold('\nInitializing deployment repo')); this.mkdir('dist'); - exec('git init"', { cwd: 'dist' }, function (err, stdout, stderr) { + exec('git init', { cwd: 'dist' }, function (err, stdout, stderr) { this.log(stdout); done(); }.bind(this));