[studio] Fix change-format format reading
Build / build (push) Successful in 1m13s

This commit is contained in:
2026-05-16 16:29:19 -05:00
parent f89af6fcb3
commit 2d426d2bb3
@@ -38,7 +38,7 @@ static constexpr ox::Result<ox::ClawFormat> getFmt(ox::StringViewCR fmtStr) noex
if (fmtStr == "mc") {
return ox::ClawFormat::Metal;
} else if (fmtStr == "oc") {
return ox::ClawFormat::Metal;
return ox::ClawFormat::Organic;
}
return ox::Error(1, "invalid format");
}