Skip to content

Commit

Permalink
fix: download specific version of kit. Fixes #10768 (#10841)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored and terrytangyuan committed Apr 6, 2023
1 parent 243ec11 commit 5988c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ ifeq ($(shell uname),Darwin)
brew tap kitproj/kit --custom-remote https://github.com/kitproj/kit
brew install kit
else
curl -q https://raw.githubusercontent.com/kitproj/kit/main/install.sh | sh
curl -q https://raw.githubusercontent.com/kitproj/kit/main/install.sh | tag=v0.1.8 sh
endif
endif

Expand Down

0 comments on commit 5988c17

Please sign in to comment.