diff --git a/app/Actions/RemoteProcess/RunRemoteProcess.php b/app/Actions/RemoteProcess/RunRemoteProcess.php index 322fa5bed..31247af89 100644 --- a/app/Actions/RemoteProcess/RunRemoteProcess.php +++ b/app/Actions/RemoteProcess/RunRemoteProcess.php @@ -106,7 +106,7 @@ class RunRemoteProcess $outputStack[] = [ 'type' => $type, 'output' => $output, - 'elapsed_tim' => $this->elapsedTime(), + 'elapsed_time' => $this->elapsedTime(), 'order' => $this->counter++, ];