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 913343a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci-build/scripts/sanity-test
Expand Up @@ -9,7 +9,7 @@ set -eux
cargo --version
changelogger --version
crate-hasher --version
diff2html --version
difftags --version
git --version
java --version
node --version
Expand Down
2 changes: 1 addition & 1 deletion tools/difftags/src/main.rs
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 913343a

Please sign in to comment.