Skip to content

Commit edbf9a4

Browse files
authored
chore(direnv): replace dotenv with dotenv_if_exists to avoid error (#1021)
Signed-off-by: Sylvain Rabot <sylvain@formance.com>
1 parent 8da83a7 commit edbf9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source_env_if_exists ".envrc.local"
22
use flake --impure
3-
dotenv
3+
dotenv_if_exists ".env"

0 commit comments

Comments
 (0)