Skip to content

Commit 4aca338

Browse files
committed
Re-trigger test
1 parent 739b57e commit 4aca338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec-node/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export async function startEventSeen(params: DockerResolverParameters, labels: R
178178
if (line.trim()) {
179179
try {
180180
const info = JSON.parse(line);
181-
// Docker uses 'status', Podman 'Status'. Docker v29.0.0 onwards use 'Action' as 'status' is deprecated
181+
// Docker uses 'status', Podman 'Status'. Docker v29.0.0 onwards use 'Action' as 'status' is deprecated.
182182
if ((info.status || info.Status || info.Action) === 'start' && await hasLabels(params, info, labels)) {
183183
eventsProcess.terminate();
184184
resolve();

0 commit comments

Comments
 (0)