File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919
2020class Handler {
2121
22- const PRE_SCAFFOLD_CMD = 'pre-scaffold-cmd ' ;
23- const POST_SCAFFOLD_CMD = 'post-scaffold-cmd ' ;
22+ const PRE_DRUPAL_SCAFFOLD_CMD = 'pre-drupal -scaffold-cmd ' ;
23+ const POST_DRUPAL_SCAFFOLD_CMD = 'post-drupal -scaffold-cmd ' ;
2424
2525 /**
2626 * @var \Composer\Composer
@@ -108,7 +108,7 @@ public function downloadScaffold() {
108108
109109 // Call any pre-scaffold scripts that may be defined.
110110 $ dispatcher = new EventDispatcher ($ this ->composer , $ this ->io );
111- $ dispatcher ->dispatch (self ::PRE_SCAFFOLD_CMD );
111+ $ dispatcher ->dispatch (self ::PRE_DRUPAL_SCAFFOLD_CMD );
112112
113113 // Run Robo
114114 static ::execute (
@@ -130,7 +130,7 @@ public function downloadScaffold() {
130130 );
131131
132132 // Call post-scaffold scripts.
133- $ dispatcher ->dispatch (self ::POST_SCAFFOLD_CMD );
133+ $ dispatcher ->dispatch (self ::POST_DRUPAL_SCAFFOLD_CMD );
134134 }
135135
136136 /**
You can’t perform that action at this time.
0 commit comments