aboutsummaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/script.sh')
-rw-r--r--ci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 7c30993..fc1e754 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -29,7 +29,7 @@ main() {
esac
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
- ./check-blobs.sh
+ cargo xtask check-blobs
fi
if [ $TRAVIS_RUST_VERSION = nightly ]; then