Skip to content

Commit

Permalink
Fix typo in Makefile.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Mar 27, 2024
1 parent 22a6f18 commit cbeb92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down

0 comments on commit cbeb92e

Please sign in to comment.