More cleanup

pull/6294/head
Jeremy Tuloup 5 years ago
parent 16678dc581
commit ec010b0fa3

@ -39,7 +39,7 @@ commander
if (opts.force) {
cmd += ' --force';
}
if (opts.skipCommit) {
if (commit) {
cmd += ' --skip-commit';
}
utils.run(cmd);

Loading…
Cancel
Save