diff options
-rw-r--r-- | ctimeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctimeline.h b/ctimeline.h index 36564dc..71c112d 100644 --- a/ctimeline.h +++ b/ctimeline.h @@ -4,7 +4,7 @@ #include "xstring.h" #define CTIMELINE_VERSION "1.0" -#define CTIMELINE_CONFIG "/etc/ctimelines" +#define CTIMELINE_CONFIG "/etc/ctimelinerc" struct ctimeline_branch { string *name; |