Skip to content

Commit

Permalink
fix: update dotenv command to dotenv_if_exists in .envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhartmann committed Dec 6, 2024
1 parent 6891efe commit 0dbfd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# shellcheck shell=bash

dotenv
dotenv_if_exists

# vim: set et fenc=utf-8 ff=unix ft=sh sts=2 sw=2 ts=2 :

0 comments on commit 0dbfd6d

Please sign in to comment.