Merge branch 'release/0.2.0'
This commit is contained in:
commit
78d85106d8
1 changed files with 1 additions and 1 deletions
2
dist/kiwi
vendored
2
dist/kiwi
vendored
|
@ -178,7 +178,7 @@ if [ ! -x "$(kiwi_executable)" ]; then
|
|||
# read version tag
|
||||
KIWI_VERSION="$( \
|
||||
curl --proto '=https' --tlsv1.2 -sSfL "${KIWI_REPO_RAW}/${KIWI_VERSION}/${PACKAGE_URI}" \
|
||||
| grep -r 'version\s*=' \
|
||||
| grep -e 'version\s*=' \
|
||||
| sed -r "s/version\s*=\s*\"([^\"]*)\"$/\1/" \
|
||||
)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue