diff --git a/core/startos/src/db/mod.rs b/core/startos/src/db/mod.rs index 874733ca6..99602ba5a 100644 --- a/core/startos/src/db/mod.rs +++ b/core/startos/src/db/mod.rs @@ -206,7 +206,7 @@ async fn cli_dump( from_value::( ctx.call_remote( "db.dump", - imbl_value::json!({ "include-private":include_private }), + imbl_value::json!({ "includePrivate":include_private }), ) .await?, )?