File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Visual Studio Solution Secrets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -469,8 +469,8 @@ static async Task StatusCheck(StatusOptions options)
469469 Console . WriteLine ( "\n Checking 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
You can’t perform that action at this time.
0 commit comments