mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Move config dir and session file
This commit is contained in:
parent
c315f87f33
commit
13ea39dff0
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ impl Execute for Login {
|
|||
}
|
||||
|
||||
pub fn login_file_path() -> Option<PathBuf> {
|
||||
dirs::config_dir().map(|config_dir| config_dir.join(".crunchy-cli-core"))
|
||||
dirs::config_dir().map(|config_dir| config_dir.join("crunchy-labs").join("session"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue