From 328a63e61b6937edea4d1f61c3eff4c99ed55232 Mon Sep 17 00:00:00 2001 From: autoupdate Date: Wed, 26 Jul 2023 19:47:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(autoupdate)=20Fix=20bug=20on=20?= =?UTF-8?q?calling=20update-new-version.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate.sh b/autoupdate.sh index c2a741a..b70091a 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -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"