summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-10 18:51:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-10 18:51:01 -0400
commit9ba99a544b79f9304839a5f4e756d8025e9f18f0 (patch)
tree894de8473ac3291c94f2c31144bd9162c651b1b0
parent10e8028a42fe65e8586b7424557b792cf36e215c (diff)
update
-rw-r--r--Remote/Bup.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Bup.hs b/Remote/Bup.hs
index 589dea91d..e705bbb34 100644
--- a/Remote/Bup.hs
+++ b/Remote/Bup.hs
@@ -182,7 +182,7 @@ onBupRemote r a command params = do
- local bup repositories to see if they are available, and getting their
- uuid (which may be different from the stored uuid for the bup remote).
-
- - If a bup repository is not available, returns a dummy uuid of "".
+ - If a bup repository is not available, returns NoUUID.
- This will cause checkPresent to indicate nothing from the bup remote
- is known to be present.
-