From cde1eeedb9d8f2fc2a9f78f381015c7d6253389e Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Mon, 19 Mar 2018 09:16:54 +0000 Subject: [PATCH] Formatting --- config/gitdeploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gitdeploy.php b/config/gitdeploy.php index 19bf000..06c6ee5 100644 --- a/config/gitdeploy.php +++ b/config/gitdeploy.php @@ -127,7 +127,7 @@ |-------------------------------------------------------------------------- | | Allow the git hook to fire a event "GitDeployed" so that everybody can listen to that event. - | See readme how to create a nice listener on that. | + | See readme how to create a nice listener on that. | */ 'fire_event' => true,