Skip to content

Commit

Permalink
fix: command name
Browse files Browse the repository at this point in the history
  • Loading branch information
Samika Kashyap authored and Samika Kashyap committed Jul 17, 2024
1 parent 08d6c03 commit 8248082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl Command {
Command::Simulate(_) => "simulate",
Command::Noop => "noop",
// TODO : After making operator changes this command will be used to generate load
Command::GenerateLoad(_) => "generate_load",
Command::GenerateLoad(_) => "generate-load",
}
}
}
Expand Down

0 comments on commit 8248082

Please sign in to comment.