From 21a287a0b3d30e47f99d596ca82c79ce12b16123 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 3 Nov 2012 18:58:37 -0400 Subject: [PATCH] rename xmpp creds file it's not just about push notifications anymore --- Assistant/XMPP/Client.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/XMPP/Client.hs b/Assistant/XMPP/Client.hs index 79ac265009..52485fd098 100644 --- a/Assistant/XMPP/Client.hs +++ b/Assistant/XMPP/Client.hs @@ -81,4 +81,4 @@ setXMPPCreds creds = do xmppCredsFile :: Annex FilePath xmppCredsFile = do dir <- fromRepo gitAnnexCredsDir - return $ dir "notify-xmpp" + return $ dir "xmpp"