From e1107e8dc31b4379ed8b2717b831f0315af7934d Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Thu, 5 Aug 2021 08:58:22 -0500 Subject: [PATCH] Prevent using variables before config --- helpers/make-handbrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/make-handbrake b/helpers/make-handbrake index e2dc1c977..e72d95b6a 100644 --- a/helpers/make-handbrake +++ b/helpers/make-handbrake @@ -18,7 +18,7 @@ # VERSION=2 -EXTERNAL="deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu $UPSTREAM main" +EXTERNAL="deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu focal main" REPOKEY="8771ADB0816950D8" BACKPORT=true -- GitLab