Skip to content

Commit 0b11cd1

Browse files
committed
Updated status messages presentation.
1 parent 7c16b9e commit 0b11cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Visual Studio Solution Secrets/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ static async Task StatusCheck(StatusOptions options)
469469
Console.WriteLine("\nChecking status...\n");
470470
string encryptionKeyStatus = await _cipher.IsReady() ? "OK" : "NOT DEFINED";
471471
string repositoryAuthorizationStatus = await _repository.IsReady() ? "OK" : "NOT AUTHORIZED";
472-
Console.WriteLine($"- Ecryption key status: {encryptionKeyStatus}");
473-
Console.WriteLine($"- Repository authorization status: {repositoryAuthorizationStatus}\n");
472+
Console.WriteLine($" Ecryption key status: {encryptionKeyStatus}");
473+
Console.WriteLine($" Repository authorization status: {repositoryAuthorizationStatus}\n");
474474
Console.WriteLine();
475475
}
476476

0 commit comments

Comments
 (0)