diff --git a/conditions.html b/conditions.html index a847bce..0b1c539 100644 --- a/conditions.html +++ b/conditions.html @@ -104,15 +104,15 @@

Conditions

post-checkout / post-merge / post-rewrite / pre-push - \CaptainHook\App\Hook\Condition\FileChange\All + \CaptainHook\App\Hook\Condition\FileChanged\All Check if all of the configured files are changed - \CaptainHook\App\Hook\Condition\FileChange\Any + \CaptainHook\App\Hook\Condition\FileChanged\Any Check if any of the configured files is changed - \CaptainHook\App\Hook\Condition\FileChange\OfType + \CaptainHook\App\Hook\Condition\FileChanged\OfType Check if changes to a typy of file will be pushed @@ -327,7 +327,7 @@

FileChanged\OfType

{
   "conditions": [
     {
-      "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileChange\\OfType",
+      "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileChanged\\OfType",
       "args": [
         "php"
       ]