chore: formatting ReplaceKey

This commit is contained in:
Zack Spear
2024-02-02 15:40:27 -08:00
committed by Zack Spear
parent a6c9b73e6f
commit 4d54ab8660

View File

@@ -179,10 +179,10 @@ class ReplaceKey
if (!$latestKey) {
// we supposedly have a new key, but didn't get it back…
$this->writeJsonFile(
'/tmp/ReplaceKey/error.json',
[
'error' => 'Failed to retrieve latest key after getting a `hasNewerKeyfile` in the validation response.',
]
'/tmp/ReplaceKey/error.json',
[
'error' => 'Failed to retrieve latest key after getting a `hasNewerKeyfile` in the validation response.',
]
);
return;
}