We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5e9a5 commit 36a8f17Copy full SHA for 36a8f17
rust/src/config.rs
@@ -91,7 +91,7 @@ impl ManagerConfig {
91
browser_ttl: IntegerKey("browser-ttl", TTL_BROWSERS_SEC).get_value(),
92
driver_ttl: IntegerKey("driver-ttl", TTL_DRIVERS_SEC).get_value(),
93
offline: BooleanKey("offline", false).get_value(),
94
- force_browser_download: BooleanKey("force_browser_download", false).get_value(),
+ force_browser_download: BooleanKey("force-browser-download", false).get_value(),
95
}
96
97
0 commit comments