You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doesn't handle if $siteData if false. Which can be the result of a loadSiteDataFromFile.
This will result in Drush saying: site alias not found, but doesn't explain why not, leaving the user up to try and investigate the failure. And an ugly Warning message for drush site:alias like this:
This part of the code:
drush/src/SiteAlias/SiteAliasFileLoader.php
Line 176 in 6d78d47
$siteData
iffalse
. Which can be the result of aloadSiteDataFromFile
.This will result in Drush saying: site alias not found, but doesn't explain why not, leaving the user up to try and investigate the failure. And an ugly Warning message for
drush site:alias
like this:The text was updated successfully, but these errors were encountered: