Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Christensen authored and Jacob Christensen committed Aug 11, 2017
2 parents 9988389 + 8775b94 commit e78577e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/ImportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ protected function doImport(Finder $finder, InputInterface $input, OutputInterfa
$rewriteHost = $input->getOption('rewrite-host');
$rewriteTo = $input->getOption('rewrite-to');
$this->headerBasicAuth = $input->getOption('headers-basic-auth');
$this->customHeaders = $input->getOption('custom-headers');
if ($rewriteTo === $this->getDefinition()->getOption('rewrite-to')->getDefault()) {
$rewriteTo = $host;
}
Expand Down

0 comments on commit e78577e

Please sign in to comment.