summaryrefslogtreecommitdiff
path: root/tasks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tasks.cc')
-rw-r--r--tasks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.cc b/tasks.cc
index ba2c851..93e5a8b 100644
--- a/tasks.cc
+++ b/tasks.cc
@@ -110,7 +110,7 @@ std::list<std::shared_ptr<Task>> getTasks(const Settings& settings)
for(std::size_t i = 0; i < numConfigFiles; ++i)
{
std::string path =
- std::filesystem::path(configFiles[i].file).parent_path();
+ std::filesystem::path(configFiles[i].file).parent_path().string();
if(settings.verbose > 1)
{
std::cout << configFiles[i].file << " in path " << path << "\n";