Skip to content

Commit

Permalink
clippy: fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Oct 3, 2024
1 parent 27ae965 commit 92bb48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/xtask/src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::process::Command;

#[derive(Debug, Args)]
pub struct UpdateCommand {
/// The upstream tag to update to; see https://github.com/openvinotoolkit/openvino/releases.
/// The upstream tag to update to; see <https://github.com/openvinotoolkit/openvino/releases>.
#[arg(name = "TAG")]
tag: String,
}
Expand Down

0 comments on commit 92bb48e

Please sign in to comment.