Skip to content

Commit 458e1f0

Browse files
authored
Update deploy.rs
1 parent 2b1897c commit 458e1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/deploy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ async fn deploy(
554554
};
555555
// Clone all the things to move to worker thread
556556
let sysroot_clone = sysroot.sysroot.clone();
557-
// ostree::Deployment is incorrently !Send 😢 so convert it to an integer
557+
// ostree::Deployment is incorrectly !Send 😢 so convert it to an integer
558558
let merge_deployment = merge_deployment.map(|d| d.index() as usize);
559559
let stateroot = stateroot.to_string();
560560
let ostree_commit = image.ostree_commit.to_string();

0 commit comments

Comments
 (0)