]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils.sh: Fix variable 1861/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 30 Jun 2021 21:14:24 +0000 (17:14 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 30 Jun 2021 21:14:24 +0000 (17:14 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh

index b1c3f5f940a8357b49365ef16c2e37f056903972..0c1372fcde9cec18d8d678fc0c001b69fffe0b5c 100644 (file)
@@ -491,7 +491,7 @@ env DEBIAN_FRONTEND=noninteractive apt-get update -y -o Acquire::Languages=none
 env DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg
 
 curl -L https://dist.apache.org/repos/dist/dev/arrow/KEYS | apt-key add -
-add-apt-repository "deb [arch=amd64] http://dl.bintray.com/apache/arrow/ubuntu $DISTRO main"
+add-apt-repository "deb [arch=amd64] http://dl.bintray.com/apache/arrow/ubuntu $DIST main"
 EOF
     elif [[ "$ARCH" == "arm64" ]]; then
         cat > $hookdir/D04install-updates-repo <<EOF