From 86196c9cfb6afc9dc1b18e216c7eef1eec2ea231 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Mon, 14 Aug 2017 14:43:31 +0200 Subject: [PATCH] Make branch less delicious --- 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 bb7224fd..ee243429 100644 --- a/recipe/deploy/update_code.php +++ b/recipe/deploy/update_code.php @@ -10,7 +10,7 @@ namespace Deployer; use Deployer\Exception\RuntimeException; /** - * Get current git HEAD branch as default brunch to deploy. + * Get current git HEAD branch as default branch to deploy. */ set('branch', function () { try {