Skip to content

Commit

Permalink
Don't except.
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEV User committed Aug 9, 2024
1 parent 4d7693a commit ee6e523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Drush/Commands/VerifyIdentifierLocationCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function verifyBatch(IdentifierInterface $identifier, &$context): void {
$identifier_location = $entity->get($identifier->getField())->getString();
$response = $this->httpClient->request('HEAD', $identifier_location, [
'allow_redirects' => FALSE,
'http_errors' => FALSE,
]);
$location = $response->getHeaderLine('Location');
$expected_location = FALSE;
Expand Down

0 comments on commit ee6e523

Please sign in to comment.