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 cc9c6cb commit cb9de0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ demo: install

# 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 cb9de0f

Please sign in to comment.