Skip to content

Commit

Permalink
ACMS-3507: Temp commit added to run drush command.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Jan 18, 2024
1 parent 924fce8 commit be50e24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Robo/Tasks/DrushTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ protected function init() {
$this->executable = str_replace(' ', '\\ ', $this->getConfig()->get('drush.bin'));
}
else {
$this->executable = 'drush';
// @todo Uncomment below and revert back after it's fixed.
// $this->executable = 'drush';
$this->executable = './vendor/bin/drush';
}

if (!isset($this->dir)) {
Expand Down

0 comments on commit be50e24

Please sign in to comment.