summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.lib/Wacs.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.lib/Wacs.cs b/src/main.lib/Wacs.cs
index 6c5efee..ce364ac 100644
--- a/src/main.lib/Wacs.cs
+++ b/src/main.lib/Wacs.cs
@@ -251,9 +251,7 @@ namespace PKISharp.WACS.Host
Choice.Create<Func<Task>>(
() => _renewalManager.CheckRenewals(RunLevel.Interactive),
$"Run scheduled renewals ({due} currently due)", "R",
- color: due == 0 ? (ConsoleColor?)null : ConsoleColor.Yellow,
- disabled: due == 0,
- disabledReason: "No renewals are currently due"),
+ color: due == 0 ? (ConsoleColor?)null : ConsoleColor.Yellow),
Choice.Create<Func<Task>>(
() => _renewalManager.ManageRenewals(),
$"Manage renewals ({total} total{(error == 0 ? "" : $", {error} in error")})", "A",