From c5410f1539e38201ab30850e1ce3ad8028a1289d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Tue, 4 Jun 2019 09:20:34 -0400 Subject: [PATCH] fdroid: remove spaces in VersionName and VersionCode Change-Id: I98c13415c065315c186287ae00ca13712e9abcd5 --- fdroidMergeRequest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fdroidMergeRequest.sh b/fdroidMergeRequest.sh index 64fabee93..12e990c61 100755 --- a/fdroidMergeRequest.sh +++ b/fdroidMergeRequest.sh @@ -74,8 +74,8 @@ echo " - versionName: '${versionName}' tail -n 12 ${METADATA_FOLDER}/cx.ring.yml_ | head -n -2 >> ${METADATA_FOLDER}/cx.ring.yml -echo "Current Version: '${versionName}'" >> ${METADATA_FOLDER}/cx.ring.yml -echo "Current Version Code: ${versionCode}" >> ${METADATA_FOLDER}/cx.ring.yml +echo "CurrentVersion: '${versionName}'" >> ${METADATA_FOLDER}/cx.ring.yml +echo "CurrentVersionCode: ${versionCode}" >> ${METADATA_FOLDER}/cx.ring.yml rm ${METADATA_FOLDER}/cx.ring.yml_ -- GitLab