Skip to content

Commit d24690f

Browse files
committed
fix(tuto): fix command
1 parent 47de628 commit d24690f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/vuls-security-scanner/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Vuls uses [go-cve-dictionary](https://github.com/kotakanbe/go-cve-dictionary), a
121121
```
122122
6. Fetch the OVAL data for [Ubuntu 24.x](https://github.com/kotakanbe/goval-dictionary#usage-fetch-oval-data-from-ubuntu) by running the following command:
123123
```
124-
goval-dictionary fetch-ubuntu -dbpath=/usr/share/vuls/oval.sqlite3 24
124+
goval-dictionary fetch-ubuntu -dbpath=/usr/share/vuls/oval.sqlite3 24.04
125125
```
126126

127127
<Message type="important">

0 commit comments

Comments
 (0)