This commit is contained in:
Joey Hess 2012-10-01 15:17:21 -04:00
parent 2a96b1aab3
commit 5bd5bc094a
3 changed files with 11 additions and 11 deletions

View file

@ -30,6 +30,5 @@ start _ = error "Specify a repository and a group."
perform :: UUID -> Group -> CommandPerform
perform uuid g = do
s <- lookupGroups uuid
groupSet uuid (S.insert g s)
groupChange uuid (S.insert g)
next $ return True