Skip to content

Commit

Permalink
Update SnapshooterCheck.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lester committed Jan 2, 2024
1 parent eab95fc commit 2bd7808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/Checks/SnapshooterCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function run(): Result
$status = $backup["status"] ?? "failed";

if ($status != 'completed') {
$failedjobs[] = "⛔️" . ($job['name'] ?? 'BACKUP FAILED');
$failedjobs[] = "⛔️ [$status] " . ($job['name'] ?? 'BACKUP FAILED');
}
}

Expand Down

0 comments on commit 2bd7808

Please sign in to comment.