From 8c5406998036b4f535524c38a3777b0d3c5e0667 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Oct 2015 15:23:48 -0400 Subject: [PATCH] add a hint about syncing when unable to determine remote uuid syncing gets the uuid in passing.. --- Remote.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote.hs b/Remote.hs index c38262a33c..f24b2e9782 100644 --- a/Remote.hs +++ b/Remote.hs @@ -142,7 +142,7 @@ byNameOnly n = headMaybe . filter matching <$> remoteList matching r = n == name r noRemoteUUIDMsg :: Remote -> String -noRemoteUUIDMsg r = "cannot determine uuid for " ++ name r +noRemoteUUIDMsg r = "cannot determine uuid for " ++ name r ++ " (perhaps you need to run \"git annex sync\"?)" {- Looks up a remote by name (or by UUID, or even by description), - and returns its UUID. Finds even repositories that are not