From 8c49219b3132f913afec821592d1cbbd89ac55dc Mon Sep 17 00:00:00 2001 From: d-tsuji Date: Sun, 19 Jan 2020 23:00:07 +0900 Subject: [PATCH] Fix typo --- lib/git.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,