From 573e3bd3480485699b2b32fcbb01dcba2f12ab9c Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 18 Dec 2013 17:17:12 +1100 Subject: [PATCH] fix error message --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 5c391dbcbc..ff395d17d2 100644 --- a/config/database.yml +++ b/config/database.yml @@ -48,4 +48,4 @@ production: username: <%= uri.user %> password: <%= uri.password %> host_names: - - <%= ENV["DISCOURSE_HOSTNAME"] || raise "env var for DISCOURSE_HOSTNAME must be set" %> # Update this to be the domain of your production site + - <%= ENV["DISCOURSE_HOSTNAME"] || raise("env var for DISCOURSE_HOSTNAME must be set") %> # Update this to be the domain of your production site