aboutsummaryrefslogtreecommitdiff
path: root/Remote.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote.hs')
-rw-r--r--Remote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote.hs b/Remote.hs
index 8a8eb64df..0e725c215 100644
--- a/Remote.hs
+++ b/Remote.hs
@@ -101,7 +101,7 @@ byName (Just n) = either error Just <$> byName' n
byNameWithUUID :: Maybe RemoteName -> Annex (Maybe Remote)
byNameWithUUID = checkuuid <=< byName
where
- checkuuid Nothing = return Nothing
+ checkuuid Nothing = return Nothing
checkuuid (Just r)
| uuid r == NoUUID =
if remoteAnnexIgnore (gitconfig r)