chore(deps): update github.com/coder/envbuilder to v1.0.2 ()

This commit is contained in:
Mathias Fredriksson 2024-10-02 14:45:15 +03:00 committed by GitHub
commit cdd57d3b36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions
internal/provider

View file

@ -194,7 +194,7 @@ SCANLOGS:
}
log := scanner.Text()
t.Logf("envbuilder: %s", log)
if strings.Contains(log, "=== Running the init command") {
if strings.Contains(log, "=== Running init command") {
break SCANLOGS
}
}