Skip to content

Commit f6cb3bb

Browse files
committed
Wrong slash in Win config dir path #30
1 parent 9940321 commit f6cb3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackmuncher/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const CONFIG_FOLDER_NAME_DEBUG: &'static str = ".stm_config";
1919
/// The location of user config and keys for signing STM Inbox messages: `~/.stm_config`
2020
const CONFIG_FOLDER_NAME_LINUX: &'static str = ".stm_config";
2121
/// This value is to be appended to the folder of %APPDATA%
22-
const CONFIG_FOLDER_NAME_WIN: &'static str = "stackmuncher/.stm_config";
22+
const CONFIG_FOLDER_NAME_WIN: &'static str = "stackmuncher\\.stm_config";
2323

2424
/// See HELP module for explanation of what different config flags and params do.
2525
pub(crate) struct AppConfig {

0 commit comments

Comments
 (0)