Fixed a comment in download.go, line 18

This commit is contained in:
cezarmathe 2018-11-30 11:41:30 +02:00
parent 91cf1e27a1
commit 6a95783790
No known key found for this signature in database
GPG key ID: 3F8F89E56422CBA8

View file

@ -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)