Skip to content

Commit

Permalink
Just a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPino committed Dec 20, 2023
1 parent 57c8f93 commit baf1d90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/StrawberryfieldFilePersisterService.php
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ public function persistFilesInJsonToDisks(StrawberryFieldItemList $field) {
$destination_uri = $this->copyOrPutS3Aware($current_uri, $destination_uri);
}
else {
// Nomral Copy to new destination
// Normal Copy to new destination
$destination_uri = $this->fileSystem->copy(
$current_uri,
$destination_uri
Expand Down Expand Up @@ -1469,7 +1469,6 @@ public function copyOrPutS3Aware(string $source_uri, string $destination_uri) {
return FALSE;
}
}

}
catch (\Exception $exception) {
$this->loggerFactory->get('strawberryfield')->error('File upload %source_uri failed because we could not connect to S3.', [
Expand Down

0 comments on commit baf1d90

Please sign in to comment.