X-Git-Url: https://git.r.bdr.sh/rbdr/nota.nvim/blobdiff_plain/503d09fc95a47c13141d097cf80dd243d1dce342..ca10d2a36e3e7d8d28f15f36f0812384606c238d:/lua/task_views.lua?ds=sidebyside diff --git a/lua/task_views.lua b/lua/task_views.lua index ee76ad3..9309ad3 100644 --- a/lua/task_views.lua +++ b/lua/task_views.lua @@ -23,7 +23,7 @@ local function get_this_weeks_files() end local function find_tasks(completed, important) - local file_directory_path = Configuration.path_for(Configuration.configuration.periodic_locations.daily) + local file_directory_path = Configuration.path_for() local completed_fragment = '(\\s|x)' if completed == 1 then