зеркало из https://github.com/github/codeql.git
Fix log message about Glide
This commit is contained in:
Родитель
8726b3a00e
Коммит
e43fd72fc1
|
@ -251,7 +251,7 @@ func getDepMode() DependencyInstallerMode {
|
|||
return Dep
|
||||
}
|
||||
if util.FileExists("glide.yaml") {
|
||||
log.Println("Found glide.yaml, enabling go modules")
|
||||
log.Println("Found glide.yaml, using Glide instead of go get")
|
||||
return Glide
|
||||
}
|
||||
return GoGetNoModules
|
||||
|
|
Загрузка…
Ссылка в новой задаче