Skip to content
Snippets Groups Projects
Commit 4c6c4a38 authored by Jon Pugh's avatar Jon Pugh
Browse files

Revert commit removing interactive check for askForServices()

parent 927d33e4
Branches
No related tags found
No related merge requests found
......@@ -426,6 +426,9 @@ class SaveCommand extends Command
}
protected function askForServices() {
if (!$this->input->isInteractive()){
return;
}
$command = $this->getApplication()->find('services');
$arguments = [
'context_name' => $this->input->getArgument('context_name'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment