Fix handling of `--skip-commit`

pull/6294/head
Jeremy Tuloup 5 years ago committed by GitHub
parent e6e8fc0246
commit 83cefe4326
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