From 5891416e17e2e4393c09d4a858a4831a56675ed7 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 26 Jun 2020 18:18:26 +0200 Subject: [PATCH] Switched to focal in update-new-version script --- update-new-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-new-version.sh b/update-new-version.sh index 60113b6..2707da0 100755 --- a/update-new-version.sh +++ b/update-new-version.sh @@ -3,7 +3,7 @@ # This script intends to decrease the effort of updating the package. PACKAGE="intellij-idea-community" -DISTRIBUTION="eoan" +DISTRIBUTION="focal" main() { last_tag=$(git describe --abbrev=0 --tags)