podman: fix typo

This commit is contained in:
Christian Hergert
2021-09-21 15:35:45 -07:00
parent bf8a851a57
commit 5caebd29f4

View File

@ -42,7 +42,7 @@ _sysprof_podman_debug_dirs (GPtrArray *dirs)
g_assert (dirs != NULL);
base_path = g_build_filename (g_get_user_data_dir (),
"containres",
"containers",
"storage",
"overlay",
NULL);