From 6f6f6ac2b395e6d1d3c9b0171586f95c646c8368 Mon Sep 17 00:00:00 2001 From: Jo Vuit <jo.vuitton@gmail.com> Date: Tue, 22 Jan 2019 13:10:14 +0100 Subject: [PATCH] Typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fdd65543..0b850566 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -146,7 +146,7 @@ Automatically load .env file On non-docker deployments, earlier versions required you to source the config/.env file before launching any Funkwhale command, with ``export $(cat config/.env | grep -v ^# | xargs)`` -This led to more complex and error prode deployment / setup. +This led to more complex and error prone deployment / setup. This is not the case anymore, and Funkwhale will automatically load this file if it's available. -- GitLab