diff options
-rw-r--r-- | Annex/Notification.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Notification.hs b/Annex/Notification.hs index 06a099888..4793c9537 100644 --- a/Annex/Notification.hs +++ b/Annex/Notification.hs @@ -71,7 +71,7 @@ notifyDrop (Just _) _ = noop mkNote :: String -> Notify.Note mkNote desc = Notify.blankNote { Notify.appName = "git-annex" - , Notify.body = Just $ Notify.Text desc + , Notify.summary = desc , Notify.hints = [ Notify.Category Notify.Transfer , Notify.Urgency Notify.Low |