diff options
Diffstat (limited to 'src/lib/login/existing.rs')
| -rw-r--r-- | src/lib/login/existing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/login/existing.rs b/src/lib/login/existing.rs index 872e459..f5b93c7 100644 --- a/src/lib/login/existing.rs +++ b/src/lib/login/existing.rs | |||
| @@ -60,7 +60,7 @@ pub async fn load_existing_login( | |||
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | /// priority order: cli arguments, local git config, global git config | 62 | /// priority order: cli arguments, local git config, global git config |
| 63 | fn get_signer_info( | 63 | pub fn get_signer_info( |
| 64 | git_repo: &Option<&Repo>, | 64 | git_repo: &Option<&Repo>, |
| 65 | signer_info: &Option<SignerInfo>, | 65 | signer_info: &Option<SignerInfo>, |
| 66 | password: &Option<String>, | 66 | password: &Option<String>, |