Skip to content

Commit

Permalink
Fix --update-snapshots
Browse files Browse the repository at this point in the history
Fixes #2357
  • Loading branch information
sramam authored and novemberborn committed Jan 12, 2020
1 parent cf26b6d commit 580705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Expand Up @@ -160,7 +160,7 @@ exports.run = async () => { // eslint-disable-line complexity
if (flag === 'fail-fast') {
combined.failFast = argv[flag];
} else if (flag === 'update-snapshots') {
combined.updateSnaphots = argv[flag];
combined.updateSnapshots = argv[flag];
} else {
combined[flag] = argv[flag];
}
Expand Down

0 comments on commit 580705e

Please sign in to comment.