mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: small typo
This commit is contained in:
parent
e6f0059e5e
commit
b3657dfe2b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class RunRemoteProcess
|
|||
$outputStack[] = [
|
||||
'type' => $type,
|
||||
'output' => $output,
|
||||
'elapsed_tim' => $this->elapsedTime(),
|
||||
'elapsed_time' => $this->elapsedTime(),
|
||||
'order' => $this->counter++,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue