Skip to content

Commit 6dd97ec

Browse files
committed
fix init command string check
1 parent d60191b commit 6dd97ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ SCANLOGS:
194194
}
195195
log := scanner.Text()
196196
t.Logf("envbuilder: %s", log)
197-
if strings.Contains(log, "=== Running the init command") {
197+
if strings.Contains(log, "=== Running init command") {
198198
break SCANLOGS
199199
}
200200
}

0 commit comments

Comments
 (0)