Skip to content

Commit 580705e

Browse files
sramamnovemberborn
authored andcommitted
Fix --update-snapshots
Fixes #2357
1 parent cf26b6d commit 580705e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ exports.run = async () => { // eslint-disable-line complexity
160160
if (flag === 'fail-fast') {
161161
combined.failFast = argv[flag];
162162
} else if (flag === 'update-snapshots') {
163-
combined.updateSnaphots = argv[flag];
163+
combined.updateSnapshots = argv[flag];
164164
} else {
165165
combined[flag] = argv[flag];
166166
}

0 commit comments

Comments
 (0)