Skip to content

Commit

Permalink
rhel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 20, 2024
1 parent 5c4c46a commit 2487530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/hatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ export HATCH_PYTHON="$PYTHON_BINARY"
if [ "${OS:-}" == "Windows_NT" ]; then
.bin/hatch.exe run "$@"
else
./bin/hatch run "$@"
.bin/hatch run "$@"
fi

0 comments on commit 2487530

Please sign in to comment.