We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a7945 commit 315202aCopy full SHA for 315202a
src/env.sh
@@ -4,7 +4,7 @@
4
5
set -o allexport
6
# shellcheck source=/dev/null
7
-[[ -f ".env" ]] && source .env set
+[[ -f ".env" ]] && source .env
8
set +o allexport
9
10
_DEFAULT_DEFAULT_PATH="tests"
0 commit comments