From 7c8f8fda0c43bc379995ebb0204112eccfb6d97d Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 20 Mar 2014 17:26:48 -0400 Subject: [PATCH] workbench: Fix typo in application.default.yml. --- apps/workbench/config/application.default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index a346af593d..d00af43049 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -1,4 +1,4 @@ -# Do not use this file for site configuration. Create config.yml +# Do not use this file for site configuration. Create application.yml # instead (see application.yml.example). development: -- 2.39.5