diff --git a/src/HSFM/FileSystem/FileOperations.hs b/src/HSFM/FileSystem/FileOperations.hs index 648446d..7f535b7 100644 --- a/src/HSFM/FileSystem/FileOperations.hs +++ b/src/HSFM/FileSystem/FileOperations.hs @@ -223,8 +223,7 @@ runFileOp fo' = --- |Copies a directory to the given destination with the specified --- `DirCopyMode`. Excludes symlinks. +-- |Copies a directory to the given destination. Excludes symlinks. -- -- Safety/reliability concerns: --