From 8e401a6aa49bead4fca5d9b9f3b828ab2e7a43dc Mon Sep 17 00:00:00 2001 From: Wenzhe Wang Date: Sun, 30 Apr 2023 23:01:52 +0800 Subject: [PATCH] chore: change Just variable substitution (#331) chore: change variable substitution --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index dcc929b56..2117d2abd 100755 --- a/justfile +++ b/justfile @@ -40,7 +40,7 @@ benchmark: # Create a new lint rule by providing the ESLint name. See `tasks/rulegen` new-rule name: - cargo run -p rulegen ${{name}} + cargo run -p rulegen {{name}} # We are ready, let's run the same CI commands ready: