Skip to content

Commit 3575f40

Browse files
committed
Fix: changes default from OSPD to openvas
1 parent d80a1b8 commit 3575f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/openvasd/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub enum ScannerType {
7272

7373
impl Default for ScannerType {
7474
fn default() -> Self {
75-
Self::OSPD
75+
Self::Openvas
7676
}
7777
}
7878

0 commit comments

Comments
 (0)