Skip to content

Commit a1bc4ca

Browse files
authored
[rust] Rename configuration file to se-config.toml (#12550)
1 parent e7386ce commit a1bc4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use toml::Table;
3232

3333
thread_local!(static CACHE_PATH: RefCell<String> = RefCell::new(path_buf_to_string(default_cache_folder())));
3434

35-
pub const CONFIG_FILE: &str = "selenium-manager-config.toml";
35+
pub const CONFIG_FILE: &str = "se-config.toml";
3636
pub const ENV_PREFIX: &str = "SE_";
3737
pub const VERSION_PREFIX: &str = "-version";
3838
pub const PATH_PREFIX: &str = "-path";

0 commit comments

Comments
 (0)