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 "
76
76
# Check if the clients directory exists and set the `clients_built` flag in frontmatter
77
77
if [ -d " build-clients" ]; then
78
78
# 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
80
80
fi
81
81
82
82
echo " Updated clients_built flag in frontmatter."
Original file line number Diff line number Diff line change 2
2
title = " Client Libraries"
3
3
template = " client-list.html"
4
4
[extra ]
5
- clients_built = true
5
+ clients_built = false
6
6
recommended_clients_paths = [
7
7
" /python/valkey-GLIDE.json" ,
8
8
" /python/valkey-py.json" ,
You can’t perform that action at this time.
0 commit comments