Skip to content

Commit 57fa680

Browse files
authored
Merge pull request #31 from ltratt/fix_buildbot
Fix cargo deny.
2 parents a53faf3 + 1197d36 commit 57fa680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildbot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ cargo test --release
1818

1919
which cargo-deny || cargo install cargo-deny || true
2020
if [ "X`which cargo-deny`" != "X" ]; then
21-
cargo-deny check license
21+
cargo-deny check licenses
2222
fi

0 commit comments

Comments
 (0)