diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-28 21:56:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-28 21:56:37 -0400 |
commit | ff9aeda585c2e9ad80c1f6a4e74e46fe804e5dbd (patch) | |
tree | 66e4c9a2c788323c82f1f56c3f75529d720c1eb3 /doc | |
parent | 238641261c72a6850a067d970163c9213fe3efef (diff) |
format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/blog/day_46__notification_pools.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/blog/day_46__notification_pools.mdwn b/doc/design/assistant/blog/day_46__notification_pools.mdwn index d6283ddba..483ad95b1 100644 --- a/doc/design/assistant/blog/day_46__notification_pools.mdwn +++ b/doc/design/assistant/blog/day_46__notification_pools.mdwn @@ -39,7 +39,7 @@ that route got it and was able to use it: {- Block until there is an updated status to display. -} b <- liftIO $ getNotificationBroadcaster webapp liftIO $ waitNotification $ notificationHandleFromId b nid -""]] +"""]] And now the WebApp is able to display transfers in realtime! When I have both the WebApp and `git annex get` running on the same screen, |