From e20a2cd3c39ce46375301bf5a2039238c68ded6c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 9 Dec 2015 18:27:38 +0000 Subject: [PATCH] Fixed typo for CI --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 751416c..d73c98c 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ machine: version: 3.4.2 environment: DEBUG: true - DATABASE_URL: postgres://localhost/theorangeonenets + DATABASE_URL: postgres://localhost/theorangeonenet EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend dependencies: