diff options
| author | Max Audron <audron@cocaine.farm> | 2024-09-04 08:54:02 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-09-04 08:54:02 +0200 |
| commit | b91cf7fe0ba5472d197f65ecc307c5e7961b78b1 (patch) | |
| tree | c337ced6a2cc37e15d08b2d2c4a5c1819a2da50b /src/repo/git/checkout.rs | |
| parent | refactor tests (diff) | |
i do not know what i did anymore
Diffstat (limited to 'src/repo/git/checkout.rs')
| -rw-r--r-- | src/repo/git/checkout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repo/git/checkout.rs b/src/repo/git/checkout.rs index 418a0af..a36b152 100644 --- a/src/repo/git/checkout.rs +++ b/src/repo/git/checkout.rs @@ -13,7 +13,7 @@ impl Repo { #[tracing::instrument(level = "trace", skip(progress))] pub fn checkout( &self, - remote: remote::Name, + remote: &remote::Name, head: Id, progress: &mut dyn progress::DynNestedProgress, ) -> Result<(), RepoError> { |
