From 9de7336543e1ee20f09e6a90b095b66c4e16d385 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 20 Feb 2025 13:01:06 +0100 Subject: [PATCH] fixup! chore: make CARGO_PRESHELL a list variable --- laze-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laze-project.yml b/laze-project.yml index c07c2052d..faecba834 100644 --- a/laze-project.yml +++ b/laze-project.yml @@ -70,7 +70,7 @@ contexts: CARGO_PRESHELL: # List of extra commands to be executed by the shell that runs cargo before cargo is run. # - # This is typically used to source addtitional shell scripts that set up extra environment. + # This is typically used to source additional shell scripts that set up extra environment. suffix: " && " # this prefixes `--protocol=` to `PROBE_RS_PROTOCOL`