From c01c33f4f2a8d8f48c85b0289402d0cf5bba269b Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Sun, 3 Nov 2024 22:33:33 -0800 Subject: [PATCH] zsh fix for local dev --- docs/docs/user-guides/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/user-guides/index.md b/docs/docs/user-guides/index.md index 66a54c9..19ee5c0 100644 --- a/docs/docs/user-guides/index.md +++ b/docs/docs/user-guides/index.md @@ -21,7 +21,7 @@ cargo watch --exec run Rwf can refresh pages automatically as they are being changed. If you enable [hot reload](hot-reload.md), and also use `cargo-watch`, make sure to tell it to ignore template changes: ```bash -cargo watch --exec run --ignore *.html +cargo watch --exec run --ignore "*.html" ``` ## Run tests