This commit is contained in:
Joey Hess 2010-10-12 15:44:54 -04:00
parent 4fbdb197d5
commit e53900a545
3 changed files with 42 additions and 6 deletions

View file

@ -34,5 +34,6 @@ prepUUID repo =
then do
uuid <- genUUID
gitRun repo ["config", configkey, uuid]
gitConfigRead repo -- return new repo with updated config
-- return new repo with updated config
gitConfigRead repo
else return repo