🐛 (autoupdate) Fix bug on calling update-new-version.sh
This commit is contained in:
parent
63ff9410bb
commit
328a63e61b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ new_version="$(echo "$check" | xmllint --xpath 'string(/dehs/upstream-version)'
|
|||
|
||||
popd
|
||||
|
||||
./update-new-version.sh --autoupdate "$new_version"
|
||||
./update-new-version.sh "$new_version"
|
||||
|
||||
git add -A
|
||||
git commit -m "Upstream version $new_version"
|
||||
|
|
Loading…
Reference in a new issue