Skip to content

Commit

Permalink
Merge pull request #8211 from wazuh/bug/8208-fix-syntax-highlighting
Browse files Browse the repository at this point in the history
Revert prompt symbol addition
  • Loading branch information
ayodeko authored Feb 24, 2025
2 parents 5fc0927 + 0fa76f7 commit a567459
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ All notable changes to this project will be documented in this file.

- Removed note about plugins and upgrading Wazuh central components. ([#8020](https://github.com/wazuh/wazuh-documentation/pull/8020))

### Fixed

- **Post-release**: Removed prompt symbol from code block. ([#8211](https://github.com/wazuh/wazuh-documentation/pull/8211))

# [v4.10.2]

- Support for Wazuh 4.10.2
Expand Down
2 changes: 1 addition & 1 deletion source/upgrade-guide/upgrading-central-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Perform the following steps on any of the Wazuh indexer nodes replacing ``<WAZUH

.. code-block:: bash
# curl -X PUT "https://<WAZUH_INDEXER_IP_ADDRESS>:9200/_cluster/settings" \
curl -X PUT "https://<WAZUH_INDEXER_IP_ADDRESS>:9200/_cluster/settings" \
-u <USERNAME>:<PASSWORD> -k -H "Content-Type: application/json" -d '
{
"persistent": {
Expand Down

0 comments on commit a567459

Please sign in to comment.