Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored and AndyScherzinger committed Feb 5, 2025
1 parent f8131b7 commit 9b4554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function run($argument): void {

if ($realPath === false) {
$pathName = $dir->getPathname();
$this->log->warning("Skipping updater backup folder $pathname (not found)");
$this->log->warning("Skipping updater backup folder: $pathName (not found)");
continue;
}

Expand Down

0 comments on commit 9b4554c

Please sign in to comment.