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

danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git

commit e836199f022a353c5f1f08030fbdf4cc35aac9d3
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Jul 7 23:11:07 2024 +0100

    updates script
    
    remove winpty
---
 update-search-index.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update-search-index.sh b/update-search-index.sh
index 19fb8b042..e4cd58d68 100755
--- a/update-search-index.sh
+++ b/update-search-index.sh
@@ -1,2 +1,2 @@
 cd content
-winpty docker run -it --env-file=../algolia.env -e "CONFIG=$(cat 
../algolia-config.json | jq -r tostring)" algolia/docsearch-scraper
+docker run -it --env-file=../algolia.env -e "CONFIG=$(cat 
../algolia-config.json | jq -r tostring)" algolia/docsearch-scraper

Reply via email to