Skip to content

Commit d619321

Browse files
committed
lint
1 parent 8445b02 commit d619321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/hatch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ else # Set up virtualenv before installing hatch
2828

2929
# Ensure hatch does not write to user or global locations.
3030
touch hatch_config.toml
31-
export HATCH_CONFIG=$(pwd)/hatch_config.toml
31+
HATCH_CONFIG=$(pwd)/hatch_config.toml
32+
export HATCH_CONFIG
3233
hatch config restore
3334
hatch config set dirs.data ".hatch/data"
3435
hatch config set dirs.cache ".hatch/cache"

0 commit comments

Comments
 (0)