Skip to content

Commit

Permalink
chore: code review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: morrieinmaas <[email protected]>
  • Loading branch information
morrieinmaas committed Feb 28, 2022
1 parent c7996c1 commit 4d35750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/modules/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub async fn parse_configuration_args(options: &ConfigurationOptions, logger: Lo
let default_config_path;
if cfg!(windows) {
let home = "C:\\Program Files\\Common Files\\".to_string();
let default_config_path_win = Path::new(&home).join(".config\\aries-cli\\config.ini");
let default_config_path_win = Path::new(&home).join("aries-cli\\config.ini");
default_config_path = default_config_path_win
} else {
let home = env!("HOME");
Expand Down

0 comments on commit 4d35750

Please sign in to comment.