Skip to content

Commit 315202a

Browse files
committed
fix: env loading without unnnecesary set arg
1 parent 26a7945 commit 315202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -o allexport
66
# shellcheck source=/dev/null
7-
[[ -f ".env" ]] && source .env set
7+
[[ -f ".env" ]] && source .env
88
set +o allexport
99

1010
_DEFAULT_DEFAULT_PATH="tests"

0 commit comments

Comments
 (0)