Skip to content

Commit

Permalink
Update src/StorageModifier.php
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Pištěk <roman.pistek@keboola.com>
  • Loading branch information
ondrajodas and romantmb authored Sep 4, 2024
1 parent bd2ea00 commit 5412d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StorageModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(readonly Client $client)

public function createBucket(string $schemaName): void
{
list($bucketStage, $bucketName) = explode('.', $schemaName);
[$bucketStage, $bucketName] = explode('.', $schemaName);
if (str_starts_with($bucketName, 'c-')) {
$bucketName = substr($bucketName, 2);
}
Expand Down

0 comments on commit 5412d87

Please sign in to comment.