diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-22 23:12:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-22 23:12:06 -0400 |
commit | 14ccfc0abc1aa3130b07e7bd981b266f2eccd751 (patch) | |
tree | f3b59ccf222b36d7d7b9073b2c5625e129f0fcf6 /Assistant/Types | |
parent | 3cc42c088046d9ea279a2344fb6be7d7274c95fe (diff) |
assistant restart on upgrade
Diffstat (limited to 'Assistant/Types')
-rw-r--r-- | Assistant/Types/Alert.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Assistant/Types/Alert.hs b/Assistant/Types/Alert.hs index c2a89a698..c601c60db 100644 --- a/Assistant/Types/Alert.hs +++ b/Assistant/Types/Alert.hs @@ -31,7 +31,8 @@ data AlertName | CloudRepoNeededAlert | SyncAlert | NotFsckedAlert - | UpgradeAlert + | CanUpgradeAlert + | UpgradeReadyAlert deriving (Eq) {- The first alert is the new alert, the second is an old alert. |