Skip to content

Commit

Permalink
make it executable
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 20, 2024
1 parent 2487530 commit e14da54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .evergreen/hatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if [ ! -f .bin/hatch ] && [ ! -f .bin/hatch.exe ] ; then
if [ "${OS:-}" == "Windows_NT" ]; then
unzip hatch.bin
mv hatch.exe .bin
chmod +x .bin/hatch.exe
.bin/hatch.exe --version
else
tar xfz hatch.bin
Expand Down

0 comments on commit e14da54

Please sign in to comment.