diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Map.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Map.hs b/Command/Map.hs index 1d38bc42f..fa2a41253 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -144,6 +144,7 @@ same :: Git.Repo -> Git.Repo -> Bool same a b | both Git.repoIsSsh = matching Git.urlHostFull && matching Git.workTree | both Git.repoIsUrl && neither Git.repoIsSsh = matching show + | neither Git.repoIsSsh = matching Git.workTree | otherwise = False where |