Merge pull request #232 from jtpio/fix-skip-commit

Fix handling of `--skip-commit`
pull/6294/head
Jeremy Tuloup 4 years ago committed by GitHub
commit 986ce55f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save