From 8555ecc975bfd67e1398500bf7ce4b3e6792a803 Mon Sep 17 00:00:00 2001 From: Alejandro Baez Date: Sun, 31 Jul 2022 23:35:16 -0500 Subject: [PATCH] fix: remove secrets.env from envrc --- .envrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.envrc b/.envrc index 2d65eaf967..b72a69d906 100644 --- a/.envrc +++ b/.envrc @@ -9,11 +9,6 @@ function env_file_watch { watch_file ${config_file} dotenv ${config_file} fi - secrets_file="${config_file_path}/secrets.env" - if [[ -f ${secrets_file} ]]; then - watch_file ${secrets_file} - dotenv ${secrets_file} - fi } env_file_watch