diff --git a/lib/git.js b/lib/git.js index 1aeb35fc..d4dac880 100644 --- a/lib/git.js +++ b/lib/git.js @@ -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,