diff --git a/recipe/deploy/info.php b/recipe/deploy/info.php index 805b02ce0..a0a090998 100644 --- a/recipe/deploy/info.php +++ b/recipe/deploy/info.php @@ -3,5 +3,5 @@ desc('Displays info about deployment'); task('deploy:info', function () { - info("deploying {{target}}"); + info("deploying {{target}} (release {{release_name}})"); });