rename xmpp creds file
it's not just about push notifications anymore
This commit is contained in:
parent
4331cf4e09
commit
21a287a0b3
1 changed files with 1 additions and 1 deletions
|
@ -81,4 +81,4 @@ setXMPPCreds creds = do
|
||||||
xmppCredsFile :: Annex FilePath
|
xmppCredsFile :: Annex FilePath
|
||||||
xmppCredsFile = do
|
xmppCredsFile = do
|
||||||
dir <- fromRepo gitAnnexCredsDir
|
dir <- fromRepo gitAnnexCredsDir
|
||||||
return $ dir </> "notify-xmpp"
|
return $ dir </> "xmpp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue