mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
fix: small typo
This commit is contained in:
@@ -106,7 +106,7 @@ class RunRemoteProcess
|
||||
$outputStack[] = [
|
||||
'type' => $type,
|
||||
'output' => $output,
|
||||
'elapsed_tim' => $this->elapsedTime(),
|
||||
'elapsed_time' => $this->elapsedTime(),
|
||||
'order' => $this->counter++,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user