Skip to content
Snippets Groups Projects
Commit e6af9cc3 authored by Herman van Rink's avatar Herman van Rink
Browse files

Comment fixes

parent 65f38a5e
No related branches found
No related tags found
No related merge requests found
...@@ -43,14 +43,14 @@ function drush_subdirs_pre_provision_verify() { ...@@ -43,14 +43,14 @@ function drush_subdirs_pre_provision_verify() {
} }
/** /**
* Implementation of drush_hook_post_provision_deploy() * Implementation of drush_hook_pre_provision_deploy()
*/ */
function drush_subdirs_pre_provision_deploy() { function drush_subdirs_pre_provision_deploy() {
_subdirs_create_symlinks(); _subdirs_create_symlinks();
} }
/** /**
* Implementation of drush_hook_provision_delete() * Implementation of drush_hook_pre_provision_delete()
*/ */
function drush_subdirs_pre_provision_delete() { function drush_subdirs_pre_provision_delete() {
_subdirs_remove_symlinks(); _subdirs_remove_symlinks();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment