You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/01/25 14:48:24 UTC

[plc4x] branch develop updated: - Made the download_staged_release.sh download a README and not a README.md

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 872e52c  - Made the download_staged_release.sh download a README and not a README.md
872e52c is described below

commit 872e52ceb20267273a546d29e67d191c7136d719
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Jan 25 15:48:17 2021 +0100

    - Made the download_staged_release.sh download a README and not a README.md
---
 tools/download_staged_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/download_staged_release.sh b/tools/download_staged_release.sh
index 720363b..d917434 100755
--- a/tools/download_staged_release.sh
+++ b/tools/download_staged_release.sh
@@ -114,7 +114,7 @@ fi
 
 mkdir -p "${DST_VER_DIR}"
 cd "${DST_VER_DIR}"
-mywget "${URL}"/README.md
+mywget "${URL}"/README
 mywget "${URL}"/RELEASE_NOTES
 getSignedBundle "${URL}"/apache-plc4x-"${VER}"-source-release.zip