Skip to content

Commit 91eadc5

Browse files
committed
less copying more testing
1 parent 8f34f94 commit 91eadc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Commands/LoadDump.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ protected function execute(
4747
{
4848
$output->writeln('Starting');
4949

50-
$index = $input->getArgument('index');
50+
$filename = $input->getArgument('filename');
5151
$step = (int) $input->getArgument('step');
5252

5353
$this->restoreIndex->setOutput($output);
54-
$this->restoreIndex->execute($index, $step);
54+
$this->restoreIndex->execute($filename, $step);
5555

5656
$output->writeln('Done');
5757
}

0 commit comments

Comments
 (0)