From 4d23a5eb19178eabec89858a704e156181eae368 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 17 Feb 2024 14:51:43 +0800 Subject: [PATCH] fix: typo --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 20d3bd79..74d56cb8 100644 --- a/Justfile +++ b/Justfile @@ -134,7 +134,7 @@ roll: colmena apply --on '@riscv' roll-debug: - colmena apply --on '@dist-build' --verbose --show-trace + colmena apply --on '@riscv' --verbose --show-trace nozomi: colmena apply --on '@nozomi'