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)