Skip to content

Commit 35eac34

Browse files
Merge pull request #11 from mrrobot47/update/debugging
Update for EE::launch changes in core
2 parents 1a2b455 + 7c8d900 commit 35eac34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Cron_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function run_now( $args ) {
293293
}
294294
$container = $this->site_php_container( $result[0]['sitename'] );
295295
$command = $result[0]['command'];
296-
\EE\Utils\default_launch( "docker exec $container $command", true, true );
296+
EE::exec( "docker exec $container $command", true, true );
297297
}
298298

299299
/**

0 commit comments

Comments
 (0)