From 6a95783790a31f3b34c6a1c840d94b84080cdc53 Mon Sep 17 00:00:00 2001 From: cezarmathe Date: Fri, 30 Nov 2018 11:41:30 +0200 Subject: [PATCH] Fixed a comment in download.go, line 18 --- download.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.go b/download.go index 6ae1b914..9080409a 100644 --- a/download.go +++ b/download.go @@ -15,7 +15,7 @@ import ( // Decide what download method to use: // Use the config option when the destination does not already exits -// If .git exists in the destination uer git +// If .git exists in the destination use git // Otherwise use a tarrball func shouldUseGit(path string) bool { _, err := os.Stat(path)