From cbeb92e9c087a0e52a4071800eb087f23e126854 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Wed, 27 Mar 2024 13:15:15 -0700 Subject: [PATCH] Fix typo in Makefile.toml --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 00c987fb3..37661d323 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -40,7 +40,7 @@ script = "cargo install --path crates/mdbook-aquascope --locked" [tasks.playground-front] script = """ -export MIRI_SYROOT=$(cargo miri setup --print-sysroot) +export MIRI_SYSROOT=$(cargo miri setup --print-sysroot) cd frontend && depot build -w """