aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-01-09 14:48:01 +0000
committerStruan Donald <struan@exo.org.uk>2012-01-09 14:48:01 +0000
commit7ea873d6510c905d33ccdd025b62a8cba4ddb359 (patch)
tree9e481462517cbbfcac22cc73340d9b28e59d5726
parent29ac425ac0e99ab82a9bfa68fcacf085c37dcbbd (diff)
get example file name correct in order to work with mySoc deployment system
-rw-r--r--README.pod4
-rw-r--r--conf/general.yml-example (renamed from conf/general-example.yml)0
2 files changed, 2 insertions, 2 deletions
diff --git a/README.pod b/README.pod
index 5919ddb8d..c085b175e 100644
--- a/README.pod
+++ b/README.pod
@@ -51,7 +51,7 @@ Create a new Apache vhost based on C<conf/httpd-conf.example>
=item *
-Copy C<conf/general-example.yml> to C<conf/general.yml> and update
+Copy C<conf/general.yml-example> to C<conf/general.yml> and update
the defaults accordingly
=item *
@@ -212,7 +212,7 @@ mod_fastcgi
=head1 SETTINGS
The settings for FixMyStreet are defined in C<conf/general.yml> using the YAML
-markup language. There are some defaults in C<conf/general-example.yml> which
+markup language. There are some defaults in C<conf/general.yml-example> which
you should copy to C<conf/general.yml>.
The bare minimum of settings you will need to fill in or update are:
diff --git a/conf/general-example.yml b/conf/general.yml-example
index efdb5d007..efdb5d007 100644
--- a/conf/general-example.yml
+++ b/conf/general.yml-example