Skip to content

Commit

Permalink
[rust] Fix force-browser-download config name
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Aug 7, 2023
1 parent ff5e9a5 commit 36a8f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/config.rs
Expand Up @@ -91,7 +91,7 @@ impl ManagerConfig {
browser_ttl: IntegerKey("browser-ttl", TTL_BROWSERS_SEC).get_value(),
driver_ttl: IntegerKey("driver-ttl", TTL_DRIVERS_SEC).get_value(),
offline: BooleanKey("offline", false).get_value(),
force_browser_download: BooleanKey("force_browser_download", false).get_value(),
force_browser_download: BooleanKey("force-browser-download", false).get_value(),
}
}
}
Expand Down

0 comments on commit 36a8f17

Please sign in to comment.