File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ echo "Symlink to clients has been created at ./build-clients "
7676# Check if the clients directory exists and set the `clients_built` flag in frontmatter
7777if [ -d " build-clients" ]; then
7878 # Set `clients_built = true` if the build-clients directory exists
79- sed -i ' s/clients_built = false/clients_built = true/' content/clients/_index.md
79+ sed ' s/clients_built = false/clients_built = true/' content/clients/_index.md > temp && mv temp content/clients/_index.md
8080fi
8181
8282echo " Updated clients_built flag in frontmatter."
Original file line number Diff line number Diff line change 22title = " Client Libraries"
33template = " client-list.html"
44[extra ]
5- clients_built = true
5+ clients_built = false
66recommended_clients_paths = [
77 " /python/valkey-GLIDE.json" ,
88 " /python/valkey-py.json" ,
You can’t perform that action at this time.
0 commit comments