We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1897c commit 458e1f0Copy full SHA for 458e1f0
lib/src/deploy.rs
@@ -554,7 +554,7 @@ async fn deploy(
554
};
555
// Clone all the things to move to worker thread
556
let sysroot_clone = sysroot.sysroot.clone();
557
- // ostree::Deployment is incorrently !Send 😢 so convert it to an integer
+ // ostree::Deployment is incorrectly !Send 😢 so convert it to an integer
558
let merge_deployment = merge_deployment.map(|d| d.index() as usize);
559
let stateroot = stateroot.to_string();
560
let ostree_commit = image.ostree_commit.to_string();
0 commit comments