Skip to content

Commit 12461c9

Browse files
committed
case 27790; append web to drush alias destination path
1 parent b29ee13 commit 12461c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/SiteDrushAliasCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
7676
* Drush alias for site {$this->siteName}.
7777
*/
7878
\$aliases["site"] = array (
79-
'root' => '{$this->destination}',
79+
'root' => '{$this->destination}web',
8080
'uri' => '{$this->url}',
8181
'user' => 1,
8282
);

0 commit comments

Comments
 (0)