Skip to content

Commit e1c836b

Browse files
authored
Merge pull request #8903 from wazuh/bug/8900-fix-bug-in-git-instruction
fix bug in git instruction
2 parents dafa015 + 1392882 commit e1c836b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ All notable changes to this project will be documented in this file.
7272
- **Post-release**: Fixed incorrect reference from **Ubuntu** to **Windows** endpoint in the SCA use case documentation. ([#8629](https://github.com/wazuh/wazuh-documentation/pull/8629))
7373
- **Post-release**: Fixed incorrect URL and filepaths in the YARA download steps of the *Leveraging LLMs for Alert Enrichment* PoC. ([#8686](https://github.com/wazuh/wazuh-documentation/pull/8686))
7474
- **Post-release**: Corrected inaccurate references to the Wazuh Syscollector module. ([#8713](https://github.com/wazuh/wazuh-documentation/pull/8713))
75+
- **Post-release**: Corrected git command syntax in the Wazuh dashboard package generation guide. ([#8903](https://github.com/wazuh/wazuh-documentation/pull/8903))
7576

7677
### Removed
7778

source/development/packaging/generate-dashboard-package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Follow the steps below to build the packages:
5353

5454
.. code:: console
5555
56-
$ git clone -b v|WAZUH_CURRENT| https://github.com/wazuh/wazuh-dashboard.git && && cd wazuh-dashboard/ && git checkout v|WAZUH_CURRENT|
56+
$ git clone -b v|WAZUH_CURRENT| https://github.com/wazuh/wazuh-dashboard.git && cd wazuh-dashboard/
5757
$ nvm install $(cat .nvmrc)
5858
$ nvm use $(cat .nvmrc)
5959
$ yarn osd bootstrap

0 commit comments

Comments
 (0)