protected function Provision_ShellCommand::error in Aegir Objects 7.3
2 calls to Provision_ShellCommand::error()
- Provision_ShellCommand::execCommand in drush/
Provision/ ShellCommand.php - Run a command in a subprocess, and stream the output.
- Provision_ShellCommand::runCommand in drush/
Provision/ ShellCommand.php - Run a command in a subshell, and post the output once complete.
File
- drush/
Provision/ ShellCommand.php, line 29
Class
Code
protected function error($message) {
return drush_set_error('PLATFORM_GIT_CLONE_FAILED', $message);
}