diff options
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r-- | Remote/Git.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs index b4006d7fd..4a8f8ee92 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -22,8 +22,8 @@ import UUID import Utility import qualified Content import Messages -import CopyFile -import RsyncFile +import Utility.CopyFile +import Utility.RsyncFile import Ssh import Config |