Skip to content

Commit

Permalink
Fix kernel version (tag name) (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuommaki authored Dec 4, 2024
1 parent 13ba9b6 commit 58b0aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub fn get_command() -> clap::Command {
.help("Linux kernel version to use (e.g., v6.10). Use 'latest' for the most recent version. \
This kernel will be compiled from source.")
.required(false)
.default_value("6.12"),
.default_value("v6.12"),
)
.arg(
Arg::new("kernel_url")
Expand Down

0 comments on commit 58b0aed

Please sign in to comment.