Skip to content

Commit edb40f9

Browse files
committed
case 27790; remove env variable form drush alias
1 parent 12461c9 commit edb40f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Command/SiteDrushAliasCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ protected function execute(InputInterface $input, OutputInterface $output) {
7676
* Drush alias for site {$this->siteName}.
7777
*/
7878
\$aliases["site"] = array (
79-
'root' => '{$this->destination}web',
80-
'uri' => '{$this->url}',
8179
'user' => 1,
8280
);
8381
EOF;

0 commit comments

Comments
 (0)