summaryrefslogtreecommitdiff
path: root/src/lib/kdm_cli.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-09 21:42:55 +0100
committerCarl Hetherington <cth@carlh.net>2022-01-11 09:33:38 +0100
commit1871ff804558499e85100815dce103d5b31a95ae (patch)
tree27026c8f840524b98ae767ee965e4e13cb39ea56 /src/lib/kdm_cli.cc
parente457efe73b651538ca42a04d7e8c365ce5f6731e (diff)
Improve verbose output when writing to the current directory.
Diffstat (limited to 'src/lib/kdm_cli.cc')
-rw-r--r--src/lib/kdm_cli.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kdm_cli.cc b/src/lib/kdm_cli.cc
index 3815b3d65..8086fc4b7 100644
--- a/src/lib/kdm_cli.cc
+++ b/src/lib/kdm_cli.cc
@@ -414,7 +414,7 @@ optional<string>
kdm_cli (int argc, char* argv[], std::function<void (string)> out)
try
{
- boost::filesystem::path output = ".";
+ boost::filesystem::path output = boost::filesystem::current_path();
auto container_name_format = Config::instance()->kdm_container_name_format();
auto filename_format = Config::instance()->kdm_filename_format();
optional<string> cinema_name;