From 24e3617c669f1ae49c9d81bf51f2642dcd152058 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Fri, 1 Jul 2011 20:34:56 +0800 Subject: [PATCH] correct reference to application config file The page that is initially shown after starting diaspora for the first time tells the administrator to customize ./config/app.yml.example, which doesn't exist. The file is actually called ./config/application.yml.example. --- public/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/default.html b/public/default.html index 3a1692ef0..83efc045e 100644 --- a/public/default.html +++ b/public/default.html @@ -112,7 +112,7 @@
  • Configure your pod

    -

    Look at config/app.yml.example and config/database.yml.example for help.

    +

    Look at config/application.yml.example and config/database.yml.example for help.