From 1203475869ae6d8c17ff1dae5e31c231c8b1a206 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Sat, 7 Dec 2019 11:49:27 -0500 Subject: [PATCH] fix typo --- config/prod.secret.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.secret.exs b/config/prod.secret.exs index 1400a9aa..bd8ae697 100644 --- a/config/prod.secret.exs +++ b/config/prod.secret.exs @@ -19,7 +19,7 @@ config :philomena, channel_banner_file_root: System.get_env("CHANNEL_BANNER_FILE_ROOT"), anonymous_name_salt: System.get_env("ANONYMOUS_NAME_SALT"), advert_file_root: System.get_env("ADVERT_FILE_ROOT"), - avatar_file_root: System.get_envr("AVATAR_FILE_ROOT"), + avatar_file_root: System.get_env("AVATAR_FILE_ROOT"), channel_url_root: System.get_env("CHANNEL_URL_ROOT"), badge_file_root: System.get_env("BADGE_FILE_ROOT"), password_pepper: System.get_env("PASSWORD_PEPPER"),