diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-09 20:11:11 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-09 20:11:11 +0000 |
commit | 2a5d2d8318290a03898b345d99baadaaeb7cae27 (patch) | |
tree | df1bdb038e69841d8e5789a290b342b5e78518c1 | |
parent | 19a0a2fedf68a256084d4dcfd70b9cb9377b9a09 (diff) |
Indent the YAML list
...or else some YAML parsers will choke on it, though the Ruby one does not.
-rw-r--r-- | config/general.yml-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index a0d9dc705..86399f0bc 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -134,6 +134,6 @@ HTML_TO_PDF_COMMAND: /usr/local/bin/wkhtmltopdf-amd64 # Exception notifications EXCEPTION_NOTIFICATIONS_FROM: do-not-reply-to-this-address@example.com EXCEPTION_NOTIFICATIONS_TO: -- robin@example.org -- seb@example.org + - robin@example.org + - seb@example.org |