Skip to content

Commit bf3983a

Browse files
committed
Merge pull request nodegit#956 from tylerchurch/patch-1
Stash.apply: Fix a typo in arguments to normalizeOptions
2 parents 9789e01 + e404375 commit bf3983a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stash.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Stash.apply = function(repo, index, options) {
3232

3333
if (checkoutOptions) {
3434
options.checkoutOptions =
35-
normalizeOptions(checkoutOptions, NodeGit.checkoutOptions);
35+
normalizeOptions(checkoutOptions, NodeGit.CheckoutOptions);
3636
}
3737

3838
return sApply(repo, index, options);

0 commit comments

Comments
 (0)