From 694e4b9ba4423ae0a3b8801248039ea5a12b8cdd Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 30 Jun 2021 17:14:24 -0400 Subject: [PATCH] build_utils.sh: Fix variable Signed-off-by: David Galloway --- scripts/build_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index b1c3f5f9..0c1372fc 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -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 <