From 9ba99a544b79f9304839a5f4e756d8025e9f18f0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 Dec 2011 18:51:01 -0400 Subject: [PATCH] update --- Remote/Bup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Bup.hs b/Remote/Bup.hs index 589dea91d9..e705bbb344 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. -