mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-09-22 16:47:15 +00:00
chore(deps): update github.com/coder/envbuilder to v1.0.2 (#55)
This commit is contained in:
parent
437dde9144
commit
cdd57d3b36
3 changed files with 4 additions and 4 deletions
internal/provider
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue