aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/benchmark.c')
-rw-r--r--modules/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/benchmark.c b/modules/benchmark.c
index c53790fa..312ef509 100644
--- a/modules/benchmark.c
+++ b/modules/benchmark.c
@@ -444,7 +444,7 @@ static gchar *find_benchmark_conf(void)
const gchar *config_dir = g_get_user_config_dir();
gchar *path;
- path = g_build_filename(config_dir, "hardinfo", "benchmark.json", NULL);
+ path = g_build_filename(config_dir, "hardinfo2", "benchmark.json", NULL);
if (g_file_test(path, G_FILE_TEST_EXISTS))
return path;
g_free(path);