Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed May 16, 2023
1 parent 10095c3 commit f04a068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ liblogging
librdkafka
libvector
libxxhash
LICENSE-3rdparty.csv
linting
listenfd
litstr
Expand Down
2 changes: 1 addition & 1 deletion vdev/src/commands/check/licenses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub struct Cli {}
impl Cli {
pub fn exec(self) -> Result<()> {
app::exec("rust-license-tool", ["check"], true).map_err(|err| {
eprintln!("Run `cargo vdev build licenses` to regenerate the file");
info!("Run `cargo vdev build licenses` to regenerate the file");
err
})
}
Expand Down

0 comments on commit f04a068

Please sign in to comment.