Skip to content

Commit ed730a0

Browse files
committed
remove unrelated change
1 parent 8c9d216 commit ed730a0

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

scripts/settings/autogenerate-settings.sh

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,12 @@ for i in "${!append_src_files[@]}"; do
310310
fi
311311
done
312312

313-
# --- Append content between <!--AUTOGENERATED_START--><!--AUTOGENERATED_END--> tags on the page
314-
# position of src -> dest maps based on position
315-
insert_src_files=(
316-
"experimental-beta-settings.md"
317-
"arithmetic-functions.md"
318-
)
313+
# --- Append content between <!-- AUTOGENERATED_START --><!-- AUTOGENERATED_END --> tags on the page
314+
insert_src_files=("experimental-beta-settings.md")
319315
insert_dest_files=(
320316
"docs/about-us/beta-and-experimental-features.md"
321-
"docs/sql-reference/functions/arithmetic-functions.md"
322317
)
323-
echo "[$SCRIPT_NAME] Inserting generated markdown content between <!--AUTOGENERATED_START--> <!--AUTOGENERATED_END--> tags"
318+
echo "[$SCRIPT_NAME] Inserting generated markdown content between <!-- AUTOGENERATED_START --> <!-- AUTOGENERATED_END --> tags"
324319
for i in "${!insert_src_files[@]}"; do
325320
src_file="${insert_src_files[i]}"
326321

0 commit comments

Comments
 (0)