summaryrefslogtreecommitdiff
path: root/Command/ConfigList.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/ConfigList.hs')
-rw-r--r--Command/ConfigList.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/ConfigList.hs b/Command/ConfigList.hs
index d52c33f3b..60f71eee6 100644
--- a/Command/ConfigList.hs
+++ b/Command/ConfigList.hs
@@ -20,7 +20,6 @@ seek = [withNothing start]
start :: CommandStart
start = do
- g <- gitRepo
- u <- getUUID g
+ u <- getUUID
liftIO $ putStrLn $ "annex.uuid=" ++ u
stop