Skip to content

Commit

Permalink
Fix tools sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Jan 23, 2023
1 parent 7cf2a4c commit 1aaf063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tools/ci-build/scripts/sanity-test
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ set -eux
cargo --version
changelogger --version
crate-hasher --version
diff2html --version
difftags --version
git --version
java --version
node --version
publisher --version
python3 --version
rustc +"${RUST_NIGHTLY_VERSION}" --version
Expand Down
2 changes: 1 addition & 1 deletion tools/difftags/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod html;
mod page;

#[derive(Debug, Parser)]
#[clap(name = "difftags")]
#[clap(name = "difftags", version)]
#[clap(about = "Diff to HTML conversion tool")]
struct Cli {
/// Directory to output to
Expand Down

0 comments on commit 1aaf063

Please sign in to comment.