From b3657dfe2ba1331c3c27c61522c2b2b6257e34fd Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 12 Apr 2023 09:58:13 +0200 Subject: [PATCH] fix: small typo --- app/Actions/RemoteProcess/RunRemoteProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++, ];