summaryrefslogtreecommitdiff
path: root/UUID.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-12 15:44:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-12 15:44:54 -0400
commite53900a54597437818d785aa6b1683b3b49d2afb (patch)
tree3a1f37ca19be15361a2a26111eb80a4ad0ef697d /UUID.hs
parent4fbdb197d524720d1ea77795b33cb5d24152bce9 (diff)
stub
Diffstat (limited to 'UUID.hs')
-rw-r--r--UUID.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/UUID.hs b/UUID.hs
index 0b795b8c1..40c2330ee 100644
--- a/UUID.hs
+++ b/UUID.hs
@@ -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