rename xmpp creds file

it's not just about push notifications anymore
This commit is contained in:
Joey Hess 2012-11-03 18:58:37 -04:00
parent 4331cf4e09
commit 21a287a0b3

View file

@ -81,4 +81,4 @@ setXMPPCreds creds = do
xmppCredsFile :: Annex FilePath
xmppCredsFile = do
dir <- fromRepo gitAnnexCredsDir
return $ dir </> "notify-xmpp"
return $ dir </> "xmpp"