Skip to content

Commit 8d6672d

Browse files
committed
refactor(core): keep runtime transport generic
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
1 parent 65bfb84 commit 8d6672d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/openshell-core/src/sandbox_env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ impl MainProcessConfig {
101101
}
102102

103103
/// Encode the versioned transport without whitespace for constrained
104-
/// environment-variable transports such as libkrun.
104+
/// environment-variable transports used by embedded runtimes.
105105
pub fn encode_driver_spec_base64url(
106106
spec: Option<&crate::proto::compute::v1::DriverSandboxSpec>,
107107
) -> Result<String, serde_json::Error> {

0 commit comments

Comments
 (0)