mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-10-08 16:30:18 +00:00
fix init command string check
This commit is contained in:
parent
d60191ba28
commit
6dd97ecced
1 changed files with 1 additions and 1 deletions
|
@ -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