mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Fix log message about Glide
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user