Skip to content

Commit

Permalink
fix: open-vm -> openvm
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 12, 2024
1 parent 9d2d080 commit 5245101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cli/src/bin/cargo-openvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use eyre::Result;
#[derive(Parser)]
#[command(name = "cargo", bin_name = "cargo")]
pub enum Cargo {
#[command(name = "openvm")]
OpenVm(VmCli),
}

Expand Down

0 comments on commit 5245101

Please sign in to comment.