From 35535d5bfb1c527d1986c31784ab6bc4a49fcf35 Mon Sep 17 00:00:00 2001 From: Fla Date: Sat, 3 Feb 2018 16:28:39 +0100 Subject: [PATCH] Remove unnecessary quotes in database.yml.examle [ci skip] closes #7711 --- config/database.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml.example b/config/database.yml.example index 20f0ff43a..8424342b6 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -43,7 +43,7 @@ production: database: diaspora_production test: <<: *combined - database: "diaspora_test" + database: diaspora_test integration1: <<: *combined database: diaspora_integration1