Skip to content

Commit

Permalink
Bugfix. Get Parameter instead service.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai authored Feb 27, 2020
1 parent c8fb8ef commit d777e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/MultipleOpencastHostImportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected function configure()
protected function initialize(InputInterface $input, OutputInterface $output)
{
$this->opencastImportService = $this->getContainer()->get('pumukit_opencast.import');
$this->secondsToSleep = $this->getContainer()->get('pumukit_opencast.seconds_to_sleep_on_commands');
$this->secondsToSleep = $this->getContainer()->getParameter('pumukit_opencast.seconds_to_sleep_on_commands');

$this->user = trim($input->getOption('user'));
$this->password = trim($input->getOption('password'));
Expand Down

0 comments on commit d777e6d

Please sign in to comment.