From ac80f6a95e89a7efd24f2b3beb9a71891ed5faf0 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Tue, 19 Nov 2013 23:19:38 +0100 Subject: [PATCH] renamed the config file --- .gitignore | 2 +- conf/{willie-example.cfg => whatsedo-example.cfg} | 0 docs/README.txt | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename conf/{willie-example.cfg => whatsedo-example.cfg} (100%) diff --git a/.gitignore b/.gitignore index e783e81..e7b3633 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ logs/* # Ignore the running willie config file -conf/willie.cfg +conf/whatsedo.cfg # Don't ignore gitignore !.gitignore diff --git a/conf/willie-example.cfg b/conf/whatsedo-example.cfg similarity index 100% rename from conf/willie-example.cfg rename to conf/whatsedo-example.cfg diff --git a/docs/README.txt b/docs/README.txt index 32ada10..ed20f46 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -6,4 +6,4 @@ Installation: -1. Make your own willie configfile by copying conf/willie-example.cfg to conf/willie.cfg +1. Make your own willie configfile by copying conf/whatsedo-example.cfg to conf/whatsedo.cfg