about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-03-14 16:02:09 +0100
committerGitHub <noreply@github.com>2022-03-14 16:02:09 +0100
commit4e95641014c3c81393390c38fcda2a7de0f3ba35 (patch)
treea033f3cfae5af5516a5da0b5e679626e762263e7 /src/command/cmd_defs.c
parent9eee52d14caba9343c568390674d5cecc1a4d863 (diff)
parent8c55294352fd8f15a2e2f7ca4e8972d85b7f4b32 (diff)
downloadprofani-tty-4e95641014c3c81393390c38fcda2a7de0f3ba35.tar.gz
Merge pull request #1648 from profanity-im/refactor-editor
Refactor editor & some other parts
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index e56b3dc8..750e533d 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -3004,7 +3004,7 @@ command_mangen(void)
         cmds = g_list_insert_sorted(cmds, pcmd, (GCompareFunc)_cmp_command);
     }
 
-    mkdir_recursive("docs");
+    create_dir("docs");
 
     GDateTime* now = g_date_time_new_now_local();
     gchar* date = g_date_time_format(now, "%F");