This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
commit 7ecaff4354a7af4d10b2e8aba21d9b0603733b0c Author: mck <[email protected]> AuthorDate: Mon Apr 20 22:13:46 2020 +0200 Symlink for 3.11 should point to latest 3.11* (not earliest) --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 578804c..02b5afd 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -27,7 +27,7 @@ popd make .build-doc # Relink the 3.11 version -LATEST_VERSION=$(basename $(find ./doc -iname 3.11* -type d | head -n 1)) +LATEST_VERSION=$(basename $(find ./doc -iname 3.11* -type d | tail -n 1)) rm -f doc/3.11 ln -s -f ${LATEST_VERSION} doc/3.11 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
