diff options
Diffstat (limited to 'src/lib/repo_ref.rs')
| -rw-r--r-- | src/lib/repo_ref.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/repo_ref.rs b/src/lib/repo_ref.rs index b2bd381..eb0964f 100644 --- a/src/lib/repo_ref.rs +++ b/src/lib/repo_ref.rs | |||
| @@ -316,7 +316,7 @@ impl RepoRef { | |||
| 316 | .unwrap_or_default(), | 316 | .unwrap_or_default(), |
| 317 | coordinate: c, | 317 | coordinate: c, |
| 318 | protocol: None, | 318 | protocol: None, |
| 319 | user: None, | 319 | ssh_key_file: None, |
| 320 | } | 320 | } |
| 321 | } | 321 | } |
| 322 | 322 | ||