Skip to content

Commit 7d17d0d

Browse files
fix(make): update bootstrap notice
Signed-off-by: Cameron Smith <[email protected]>
1 parent 6504b13 commit 7d17d0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ help-targets: ## eval "$(make help-targets HELP_TARGETS_PATTERN=bootstrap | sed
4747
.PHONY: bootstrap
4848
bootstrap: ## Main bootstrap target that runs all necessary setup steps
4949
bootstrap: install-nix install-direnv
50-
@echo "\nBootstrap of nix and direnv complete! Please note:"
51-
@echo ""
50+
@printf "\nBootstrap of nix and direnv complete! Please note:\n\n"
5251
@echo "- Start a new shell session before continuing"
5352
@echo "- Run 'nix develop' to enter the development environment"
5453
@echo ""

0 commit comments

Comments
 (0)