You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/04/21 06:09:33 UTC

[cassandra-website] 01/02: Symlink for 3.11 should point to latest 3.11* (not earliest)

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 <mc...@apache.org>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org