diff --git a/app/workers/functions.php b/app/workers/functions.php index 2712dc74f1..cc276ed522 100644 --- a/app/workers/functions.php +++ b/app/workers/functions.php @@ -34,7 +34,7 @@ Co\run(function() use ($environments) { // Warmup: make sure images are ready t $stdout = ''; $stderr = ''; - Console::info('Warming up '.$environment['name'].' environment...'); + Console::info('Warming up '.$environment['name'].' '.$environment['version'].' environment...'); Console::execute('docker pull '.$environment['image'], '', $stdout, $stderr);