Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In order to activate the Git Hooks, update your composer.json file like followin
"jover_be\\drupal_code_check\\GitHooks::create"
],
"post-update-cmd": [
"jover_be\\drupal_code_check\\GitHooks::create",
"jover_be\\drupal_code_check\\GitHooks::create"
]
}
}
Expand All @@ -81,7 +81,7 @@ And instead, you should be using the _scripts-dev_ part as described by
"jover_be\\drupal_code_check\\GitHooks::create"
],
"post-update-cmd": [
"jover_be\\drupal_code_check\\GitHooks::create",
"jover_be\\drupal_code_check\\GitHooks::create"
]
}
}
Expand Down