Skip to content

Commit

Permalink
Fix indentation in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
edheltzel committed Feb 6, 2024
1 parent c9e0556 commit 7ba0c90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ help: ## Show this help message (default)

.PHONY: install
install: ## Bootsraps a new machine
@echo "$(YELLOW)Running bootstrap to provision the system...$(CLR)"
@./install.sh
@echo "$(GREEN)System provisioning complete!$(CLR)"
@echo "$(YELLOW)Running bootstrap to provision the system...$(CLR)"
@./install.sh
@echo "$(GREEN)System provisioning complete!$(CLR)"


.PHONY: run
Expand Down

0 comments on commit 7ba0c90

Please sign in to comment.