소스 검색

Merge pull request #817 from cezarmathe/master

Fixed a comment in download.go, line 18
Anna 6 년 전
부모
커밋
258f90edec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      download.go

+ 1 - 1
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)