From 8f3ee7582cd6f97263b1ae54618a9b2ef79cccae Mon Sep 17 00:00:00 2001 From: BBQ <35603386+HoneyBBQ@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:18:20 -0800 Subject: [PATCH] Merge pull request #3 from HoneyBBQ/chore/fix-setup-help-message-20260130 chore(mise): update setup completion message --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index d165f5f0..3c4dd121 100644 --- a/mise.toml +++ b/mise.toml @@ -57,5 +57,5 @@ depends = [ "//:pnpm-install", "//:go-install", ] -run = "echo '✓ Setup complete! Next: Copy config.toml.example to config.toml and configure, then run: mise run dev:web'" +run = "echo '✓ Setup complete! Next: Copy config.toml.example to config.toml and configure, then run: mise run dev'"