mirror of https://github.com/buster-so/buster.git
Update cli/src/commands/auth.rs
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
08134b3ba3
commit
21296dba15
|
@ -114,7 +114,7 @@ pub async fn auth_with_args(args: AuthArgs) -> Result<()> {
|
|||
|
||||
// Save credentials unless --no-save is specified
|
||||
if !args.no_save {
|
||||
set_buster_credentials(buster_creds.clone()).await
|
||||
set_buster_credentials(buster_creds).await
|
||||
.context("Failed to save credentials")?;
|
||||
println!("Credentials saved successfully!");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue