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/31 11:20:46 UTC

[plc4x] 34/45: - 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 feature/plc4c
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit f03e5e1b93222eb2cffd78523bd107721b44d06a
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