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 committed Apr 6, 2023
1 parent 5b78725 commit bc96684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
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 bc96684

Please sign in to comment.