aboutsummaryrefslogtreecommitdiff
path: root/Command/Describe.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-11 01:52:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-11 01:52:58 -0400
commit637b5feb45013f69f3aacbafeb796de666d3faa3 (patch)
tree17e5506c3715be46318d15dd76ec474641faffe2 /Command/Describe.hs
parentb327227ba596d4fc5012138d03390c3eb861b808 (diff)
lint
Diffstat (limited to 'Command/Describe.hs')
-rw-r--r--Command/Describe.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Describe.hs b/Command/Describe.hs
index 1cc81bcbd..61297e77c 100644
--- a/Command/Describe.hs
+++ b/Command/Describe.hs
@@ -24,7 +24,7 @@ start (name:description) = do
showStart "describe" name
u <- Remote.nameToUUID name
next $ perform u $ unwords description
-start _ = do error "Specify a repository and a description."
+start _ = error "Specify a repository and a description."
perform :: UUID -> String -> CommandPerform
perform u description = do