Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 21, 2023
1 parent 255eda9 commit e8cf5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -13,8 +13,8 @@ dev: install .clean-test ## Continuously run CI tasks when files chanage

# SYSTEM DEPENDENCIES #########################################################

.PHONY: boostrap
boostrap: ## Attempt to install system dependencies
.PHONY: bootstrap
bootstrap: ## Attempt to install system dependencies
asdf plugin add python || asdf plugin update python
asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git || asdf plugin update poetry
asdf install
Expand Down

0 comments on commit e8cf5c4

Please sign in to comment.