diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-18 23:59:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-18 23:59:39 -0400 |
commit | 8ed7d090ab319bcc45e1593cd2613d38a3615120 (patch) | |
tree | 6dab8a87ecd6762846c57dc41224551eae403097 /Locations.hs | |
parent | 295fae20dfed672503ee7e49023febe30e7fee80 (diff) |
remove annex/ from key locations used for webdav
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Locations.hs b/Locations.hs index 6213385bd..db97bbec7 100644 --- a/Locations.hs +++ b/Locations.hs @@ -9,6 +9,7 @@ module Locations ( keyFile, fileKey, keyPaths, + keyPath, gitAnnexLocation, annexLocations, annexLocation, |