diff --git a/.buildbot.sh b/.buildbot.sh index b320bcf..d3344f2 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -20,7 +20,7 @@ test -f test_install/bin/snare which cargo-deny | cargo install cargo-deny || true if cargo deny --version 2>&1 > /dev/null; then - cargo-deny check license + cargo-deny check licenses else echo "Warning: couldn't run cargo-deny" > /dev/stderr fi