fix: remove secrets.env from envrc

This commit is contained in:
Alejandro Baez 2022-07-31 23:35:16 -05:00 committed by Mayel de Borniol
parent 28a5c208b5
commit 8555ecc975
1 changed files with 0 additions and 5 deletions

5
.envrc
View File

@ -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