Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loriopatrick committed Aug 31, 2023
1 parent 9feb726 commit d5f3481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/agent_cli/src/playit_secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl PlayitSecret {
return self;
}

let config_root = config_path.unwrap().to_string_lossy();
let config_root = config_path.as_ref().unwrap().to_string_lossy();

/* old linux versions saved data in playit folder not playit_gg */
let old_config_path = format!("{}/playit/playit.toml", config_root);
Expand Down

0 comments on commit d5f3481

Please sign in to comment.