summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/Move.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Move.hs b/Command/Move.hs
index 76b6c882a..6c65b8c2a 100644
--- a/Command/Move.hs
+++ b/Command/Move.hs
@@ -43,6 +43,7 @@ optParser desc = MoveOptions
parseto = herespecialcase <$> parseToOption
where
herespecialcase "here" = Left ToHere
+ herespecialcase "." = Left ToHere
herespecialcase n = Right $ ToRemote $ parseRemoteOption n
instance DeferredParseClass MoveOptions where