diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-10 15:27:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-10 15:27:25 -0400 |
commit | 3a9d1edb4ce0c0b1c2b71598ad7000875ad82828 (patch) | |
tree | 758134204aa4eb9110dc5c27697ede1fa07c96bc /Logs | |
parent | 2d1e48b3547b4df855d7166e7cee9fd3c00b8ec5 (diff) |
webapp: put new repos in standard groups
I'm using transfer for most things, both removable drives and cloud
storage, because it's the safest choice. We'll see if it makes sense
to prompt for the group when setting this up, or let the user pick
something else after the fact.
Diffstat (limited to 'Logs')
-rw-r--r-- | Logs/PreferredContent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Logs/PreferredContent.hs b/Logs/PreferredContent.hs index 8fdfef1fd..e31aa7bae 100644 --- a/Logs/PreferredContent.hs +++ b/Logs/PreferredContent.hs @@ -25,10 +25,10 @@ import Logs.UUIDBased import Limit import qualified Utility.Matcher import Annex.UUID -import Annex.Groups import Git.FilePath import Types.Group import Logs.Group +import Annex.StandardGroups {- Filename of preferred-content.log. -} preferredContentLog :: FilePath |