fix error message

This commit is contained in:
Sam 2013-12-18 17:17:12 +11:00
parent 5232f0efd1
commit 573e3bd348
1 changed files with 1 additions and 1 deletions

View File

@ -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