diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-26 15:35:50 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-25 22:51:20 +0100 |
commit | 0b253225dc5141a83b76cf7d54f0f1fe475382db (patch) | |
tree | 7f2560814aece446373585a70787690de9de4d22 | |
parent | 8a252f033227b798a1261c73151d9b74b56da3cd (diff) |
YAML wants a newline at the end of a file
-rw-r--r-- | config/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index c26a46004..26f986bc1 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -88,4 +88,4 @@ RECAPTCHA_PRIVATE_KEY: 'x' # request (Linux only). Since Ruby never returns memory to the OS, if the # existing process previously served a larger request, this won't # show any consumption for the later request. -DEBUG_RECORD_MEMORY: false
\ No newline at end of file +DEBUG_RECORD_MEMORY: false |