Skip to content

Commit

Permalink
ArchiveTar takes an argument as a constructor, this is causing warnin…
Browse files Browse the repository at this point in the history
…gs and is overwritten in the if ($tar) conditional. (#2474)
  • Loading branch information
acbramley authored and jmolivas committed Jul 14, 2016
1 parent 036aa15 commit 287c5c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/Config/ExportCommand.php
Expand Up @@ -50,7 +50,6 @@ protected function execute(InputInterface $input, OutputInterface $output)

$directory = $input->getOption('directory');
$tar = $input->getOption('tar');
$archiveTar = new ArchiveTar();

if (!$directory) {
$directory = config_get_config_directory(CONFIG_SYNC_DIRECTORY);
Expand Down

0 comments on commit 287c5c8

Please sign in to comment.