diff --git a/src/mfm_dup.cpp b/src/mfm_dup.cpp index 4f5083f6..0b74bc36 100644 --- a/src/mfm_dup.cpp +++ b/src/mfm_dup.cpp @@ -52,7 +52,7 @@ mfm::dup(const Opts::Dup &opts_) fmt::println("copy {} to {} : {}", srcpath.string(), dstpath.string(), - relpath.filename().string()); + relpath.parent_path().string()); fs::clonepath(srcpath, dstpath, relpath.parent_path().string());