Fixed update script...
This commit is contained in:
parent
c09fd499a0
commit
c27221d851
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ PACKAGE="intellij-idea-community"
|
||||||
DISTRIBUTION="disco"
|
DISTRIBUTION="disco"
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
last_tag=$(git describe --tags)
|
last_tag=$(git describe --abbrev=0 --tags)
|
||||||
old="${last_tag#?}"
|
old="${last_tag#?}"
|
||||||
new="$1"
|
new="$1"
|
||||||
name="$(git config --get user.name)"
|
name="$(git config --get user.name)"
|
||||||
|
|
Loading…
Reference in a new issue