summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-02 19:21:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-02 19:21:56 -0400
commitf0cc42685e42a493c83eb85de02e61c54f69e4f0 (patch)
treeb8c7aeb33a5f540ae828b6be941d073c533e6731 /Command
parentc22f43d6c2cd1030d7890778646f229c23a64e28 (diff)
fix display of dead repositories in status
Diffstat (limited to 'Command')
-rw-r--r--Command/Status.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Status.hs b/Command/Status.hs
index a47f21b91..0fefda1f6 100644
--- a/Command/Status.hs
+++ b/Command/Status.hs
@@ -58,6 +58,7 @@ fast_stats =
, remote_list Trusted "trusted"
, remote_list SemiTrusted "semitrusted"
, remote_list UnTrusted "untrusted"
+ , remote_list DeadTrusted "dead"
]
slow_stats :: [Stat]
slow_stats =