Skip to content

Commit

Permalink
Try again with sink
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jun 13, 2024
1 parent e17b556 commit 3033fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Drivers/MaxMind.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public function update(Command $command): void
$tarFileName = 'maxmind.tar.gz'
);

$storage->put($tarFileName, Http::throw()->get(
Http::withOptions(['sink' => $tarFilePath])->throw()->get(
$this->getDatabaseUrl()
)->body());
);

$file = $this->discoverDatabaseFile(
$archive = new PharData($tarFilePath)
Expand Down

0 comments on commit 3033fc6

Please sign in to comment.