mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 09:07:21 +01:00
Merge pull request #817 from cezarmathe/master
Fixed a comment in download.go, line 18
This commit is contained in:
commit
258f90edec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user