From b4a360997aef0b52a903555b30c98978b8c35562 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 26 Jun 2020 11:54:17 +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 a000837..1336bfd 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-ultimate" -DISTRIBUTION="eoan" +DISTRIBUTION="focal" main() { last_tag=$(git describe --abbrev=0 --tags)