Fix typo in pre-req task

This commit is contained in:
Marcus Noble 2020-10-13 14:18:12 +01:00
parent b8e7fffb40
commit cffe261765
1 changed files with 1 additions and 1 deletions

View File

@ -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; \
which fzf > /dev/null || brew install fzf; \
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 kubectl > /dev/null || brew install kubectl; \
which tkn > /dev/null || brew install tektoncd/tools/tektoncd-cli; \