Fix typo in pre-req task
This commit is contained in:
parent
868de6144f
commit
4f582027f3
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ pre-reqs: ## Install all required binaries.
|
|||||||
brew list --cask homebrew/cask-fonts/font-open-dyslexic-nerd-font > /dev/null || brew install homebrew/cask-fonts/font-open-dyslexic-nerd-font; \
|
brew list --cask homebrew/cask-fonts/font-open-dyslexic-nerd-font > /dev/null || brew install homebrew/cask-fonts/font-open-dyslexic-nerd-font; \
|
||||||
which fzf > /dev/null || brew install fzf; \
|
which fzf > /dev/null || brew install fzf; \
|
||||||
which bat > /dev/null || brew install bat; \
|
which bat > /dev/null || brew install bat; \
|
||||||
which curlie > /dev/null | brew install rs/tap/curlie; \
|
which curlie > /dev/null || brew install rs/tap/curlie; \
|
||||||
which exa > /dev/null || brew install exa; \
|
which exa > /dev/null || brew install exa; \
|
||||||
which kubectl > /dev/null || brew install kubectl; \
|
which kubectl > /dev/null || brew install kubectl; \
|
||||||
which tkn > /dev/null || brew install tektoncd/tools/tektoncd-cli; \
|
which tkn > /dev/null || brew install tektoncd/tools/tektoncd-cli; \
|
||||||
|
Loading…
Reference in New Issue
Block a user