@ -59,7 +59,6 @@ mfm::dup(const Opts::Dup &opts_)
fs::clonepath(srcpath,
dstpath,
relpath.parent_path());
return;
fs::copyfile(srcpath / relpath,
dstpath / relpath,
{.cleanup_failure=false});