diff --git a/deploy/update_flathub.sh b/deploy/update_flathub.sh index b0a096f..da23d61 100755 --- a/deploy/update_flathub.sh +++ b/deploy/update_flathub.sh @@ -34,7 +34,7 @@ jsonString=$(echo $jsonString | jq -r ".modules[]? |= ((select(.name?==\"schildi echo $jsonString | jq --indent 4 "." > $jsonFile -sed -i "s|^\s\s$| \n '|" $xmlFile +sed -i "s|^\s\s$| \n |" $xmlFile git add $jsonFile $xmlFile git commit -m "Bump version to v$version"