From 88ef11d7160bd0bb7c62ff6733b68c315613a6e6 Mon Sep 17 00:00:00 2001 From: su-ex Date: Sat, 26 Dec 2020 15:28:02 +0100 Subject: [PATCH] deploy: Fix flathub releases --- deploy/update_flathub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"