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 e7386ce commit a1bc4caCopy full SHA for a1bc4ca
rust/src/config.rs
@@ -32,7 +32,7 @@ use toml::Table;
32
33
thread_local!(static CACHE_PATH: RefCell<String> = RefCell::new(path_buf_to_string(default_cache_folder())));
34
35
-pub const CONFIG_FILE: &str = "selenium-manager-config.toml";
+pub const CONFIG_FILE: &str = "se-config.toml";
36
pub const ENV_PREFIX: &str = "SE_";
37
pub const VERSION_PREFIX: &str = "-version";
38
pub const PATH_PREFIX: &str = "-path";
0 commit comments