We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e6c98 commit 9d3b573Copy full SHA for 9d3b573
1 file changed
heroku/index.js
@@ -54,7 +54,7 @@ Generator.prototype.gitInit = function gitInit() {
54
55
this.log(chalk.bold('\nInitializing deployment repo'));
56
this.mkdir('dist');
57
- exec('git init"', { cwd: 'dist' }, function (err, stdout, stderr) {
+ exec('git init', { cwd: 'dist' }, function (err, stdout, stderr) {
58
this.log(stdout);
59
done();
60
}.bind(this));
0 commit comments