Skip to content
This repository was archived by the owner on Dec 8, 2017. It is now read-only.

Commit 04d49fb

Browse files
author
Samuel Parkinson
committed
Fixed broken install command.
1 parent 7e32a87 commit 04d49fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/HookInstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ protected function configure()
3838

3939
protected function execute(InputInterface $input, OutputInterface $output)
4040
{
41-
$hookArgument = $input->getArgument(self::ARGUMENT_HOOK);
41+
$hookArgument = $input->getArgument(self::ARGUMENT_TARGET);
4242

43-
$path = $this->getTargetPath($hookArgument);
43+
$target = $this->getTargetPath($hookArgument);
4444
$link = $input->getArgument(self::ARGUMENT_LINK);
4545
$force = $input->getOption('force');
4646

0 commit comments

Comments
 (0)