Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / includes / exec.inc
index c92fd35d0ca0e62b263dc85648a100d38fffff2a..22add245a52f46db39064dedfe93a5b48a405bf8 100644 (file)
@@ -7,7 +7,7 @@
 
 use Drush\Drush;
 use Drush\Log\LogLevel;
-use \Drush\SiteAlias\AliasRecord;
+use \Consolidation\SiteAlias\AliasRecord;
 
 /**
  * @defgroup commandwrappers Functions to execute commands.
@@ -84,7 +84,7 @@ function drush_shell_exec($cmd) {
 }
 
 /**
- * A versopm pf drush_shell_exec that ignores simulate mode
+ * A version of drush_shell_exec() that ignores simulate mode
  */
 function drush_always_exec($cmd) {
   return _drush_shell_exec(func_get_args(), FALSE, FALSE);