diff options
author | Joursoir <chat@joursoir.net> | 2021-05-21 11:45:03 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-05-21 11:45:03 +0000 |
commit | 462e43c26a4cfdb4204eb37d1040217fa2475b36 (patch) | |
tree | 158eb16125e21e56158113fcf6502637ebf757a1 | |
parent | 5f8a8a36828cf8da11eec0413ff3e55b59d80ffc (diff) | |
download | ctimeline-462e43c26a4cfdb4204eb37d1040217fa2475b36.tar.gz ctimeline-462e43c26a4cfdb4204eb37d1040217fa2475b36.tar.bz2 ctimeline-462e43c26a4cfdb4204eb37d1040217fa2475b36.zip |
ctimeline: change name of config to correct
-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; |