Skip to content

Commit

Permalink
Merge pull request #327 from d-tsuji/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tschaub committed Jan 19, 2020
2 parents a8478a8 + 8c49219 commit 7f04983
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 7f04983

Please sign in to comment.