Skip to content

Commit

Permalink
remove typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Oct 8, 2024
1 parent 733e25d commit 88f40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ fn parse_version() {
#[tokio::main]
async fn main() {
parse_version();
run::<Service>("io.containerd.runh.v2-rs", None).await;
run::<Service>("io.containerd.runh.v2", None).await;
}

0 comments on commit 88f40fb

Please sign in to comment.