mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fix grap version
This commit is contained in:
parent
d9707841f3
commit
ae62343127
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
__version() {
|
||||
# Grab version from __metadata_.py file
|
||||
cat slpkg/__metadata__.py | grep "__version_info__ = (" \
|
||||
cat slpkg/version_info.py | grep "__version_info__ = (" \
|
||||
| tr -d [[:space:]] | cut -c19-23 | tr , .
|
||||
}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
__version() {
|
||||
# Grab version from __metadata_.py file
|
||||
cat ../slpkg/__metadata__.py | grep "__version_info__ = (" \
|
||||
cat ../slpkg/version_info.py | grep "__version_info__ = (" \
|
||||
| tr -d [[:space:]] | cut -c19-23 | tr , .
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue