about summary refs log tree commit diff
path: root/mscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mscan.c')
-rw-r--r--mscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mscan.c b/mscan.c
index 0b10dd7..6bc7d4c 100644
--- a/mscan.c
+++ b/mscan.c
@@ -275,7 +275,7 @@ main(int argc, char *argv[])
 	if (cols <= 40)
 		cols = 80;
 
-	char *f = blaze822_home_file(".santoku/profile");
+	char *f = blaze822_home_file(".mblaze/profile");
 	struct message *config = blaze822(f);
 
 	if (config) {