mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1366
- TW-1366 In diagnostics it's called 'Cert', and in config it's called 'certificate' (thanks to Jack).
This commit is contained in:
parent
e7c8c0ca2a
commit
d850510375
3 changed files with 4 additions and 1 deletions
|
@ -249,7 +249,7 @@ int CmdDiagnostics::execute (std::string& output)
|
|||
else
|
||||
out << " Trust: strict\n";
|
||||
|
||||
out << " Cert: "
|
||||
out << "Certificate: "
|
||||
<< context.config.get ("taskd.certificate")
|
||||
<< (File (context.config.get ("taskd.certificate")).readable ()
|
||||
? " (readable)" : " (not readable)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue