Skip to content

Commit e6f5267

Browse files
authored
Update SiteBaseCommand.php
No need to append the site name, this should be defined in the yml file
1 parent f7cd6ef commit e6f5267

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Command/SiteBaseCommand.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,6 @@ protected function _validateDestination(InputInterface $input) {
246246
$this->destination .= '/';
247247
}
248248

249-
// Append site name.
250-
if (strpos($this->destination, $this->siteName, 0) === FALSE) {
251-
$this->destination .= $this->siteName . '/';
252-
}
253-
254249
return $this->destination;
255250
}
256251

0 commit comments

Comments
 (0)