From c40a1bc42841d14838193304cdd12c9da2d64ee6 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sat, 9 Oct 2021 17:52:01 +0200 Subject: [PATCH] Update comment --- recipe/deploy/update_code.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/deploy/update_code.php b/recipe/deploy/update_code.php index ce6f9d68..1083749a 100644 --- a/recipe/deploy/update_code.php +++ b/recipe/deploy/update_code.php @@ -98,7 +98,7 @@ task('deploy:update_code', function () { throw new ConfigurationException(parse("Unknown `update_code_strategy` option: {{update_code_strategy}}.")); } - // Save revision in .dep and in variable for later usage in scripts. + // Save git revision in REVISION file. $rev = escapeshellarg(run("$git rev-list $at -1")); run("echo $rev > {{release_path}}/REVISION"); });