fix init command string check

This commit is contained in:
Mathias Fredriksson 2024-10-02 11:10:24 +00:00
commit 6dd97ecced

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
}
}