Fixed update script...

This commit is contained in:
Marcel Kapfer 2020-03-29 13:29:00 +02:00
parent c09fd499a0
commit c27221d851
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PACKAGE="intellij-idea-community"
DISTRIBUTION="disco"
main() {
last_tag=$(git describe --tags)
last_tag=$(git describe --abbrev=0 --tags)
old="${last_tag#?}"
new="$1"
name="$(git config --get user.name)"