From 65e77e07a89fe1f5c2b284d762b246a0c29a51ef Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 31 Mar 2020 18:23:45 -0700 Subject: [PATCH] Fix typo (#1144) --- src/travis/linux-before-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/travis/linux-before-install.sh b/src/travis/linux-before-install.sh index 77b3c15b..a0530235 100755 --- a/src/travis/linux-before-install.sh +++ b/src/travis/linux-before-install.sh @@ -5,7 +5,7 @@ if [[ "$TRAVIS_JOB_NAME" == *"Testing" ]]; then echo "running tests with this version" else export whereibelong=$(pwd) - echo "We are running on Ubuntu $TRAVIS_DSIT $PLATFORM" + echo "We are running on Ubuntu $TRAVIS_DIST $PLATFORM" export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib cpucount=$(nproc --all) echo "This device has $cpucount CPUs for compiling..."