diff options
-rw-r--r-- | bpkg/utility.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index 9c9c991..df663c9 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -246,7 +246,7 @@ namespace bpkg mv (const dir_path& from, const dir_path& to) { if (verb >= 3) - text << "mv " << from << " to " << to; // Prints trailing slashes. + text << "mv " << from << ' ' << to; // Prints trailing slashes. try { |