Skip to content

Commit ae73f21

Browse files
committed
fix: align cleanup control output assignment
1 parent 70e2ff4 commit ae73f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/Cli/Commands/WorkspaceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ private function control_cleanup_run_job( string $operation, int $job_id, array
684684
$results[] = $result;
685685
}
686686

687-
$output = $results[0] ?? array(
687+
$output = $results[0] ?? array(
688688
'success' => true,
689689
'job_id' => $job_id,
690690
);

0 commit comments

Comments
 (0)