Skip to content

Commit e43fd72

Browse files
committed
Fix log message about Glide
1 parent 8726b3a commit e43fd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/cli/go-autobuilder/go-autobuilder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func getDepMode() DependencyInstallerMode {
251251
return Dep
252252
}
253253
if util.FileExists("glide.yaml") {
254-
log.Println("Found glide.yaml, enabling go modules")
254+
log.Println("Found glide.yaml, using Glide instead of go get")
255255
return Glide
256256
}
257257
return GoGetNoModules

0 commit comments

Comments
 (0)