Skip to content

Commit

Permalink
Merge pull request #52 from flydev-fr/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
flydev-fr authored Jun 7, 2024
2 parents 1e29404 + 96df5af commit e24e373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/ClientAmazonS3.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function upload($file, $name, $path)
} else {
$path = "";
}
DUP_Logs::log("AmazonS3: Uploading to {$path}${name} in {$this->bucket}");
DUP_Logs::log("AmazonS3: Uploading to {$path}{$name} in {$this->bucket}");
$param = array(
'Bucket' => $this->bucket,
'Key' => $path . $name,
Expand Down
2 changes: 1 addition & 1 deletion ProcessDuplicator.module
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ProcessDuplicator extends Process

return array(
'title' => 'Duplicator - Packages Manager',
'summary' => '📦 Manage your backups/packages built with Duplicator inside ProcessWire.',
'summary' => '📦 Manage your packages built with Duplicator.',
'version' => $package->version,
'author' => 'flydev',
'icon' => 'clone',
Expand Down

0 comments on commit e24e373

Please sign in to comment.