mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Merge pull request #232 from jtpio/fix-skip-commit
Fix handling of `--skip-commit`
This commit is contained in:
commit
986ce55f74
@ -39,7 +39,7 @@ commander
|
||||
if (opts.force) {
|
||||
cmd += ' --force';
|
||||
}
|
||||
if (commit) {
|
||||
if (!commit) {
|
||||
cmd += ' --skip-commit';
|
||||
}
|
||||
utils.run(cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user