Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Jan 19, 2020
1 parent a8478a8 commit 8c49219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git.js
Expand Up @@ -253,7 +253,7 @@ Git.clone = function clone(repo, dir, branch, options) {
];
return spawn(options.git, args)
.catch(err => {
// try again without banch or depth options
// try again without branch or depth options
return spawn(options.git, [
'clone',
repo,
Expand Down

0 comments on commit 8c49219

Please sign in to comment.