Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Set HEAD to default branch
Browse files Browse the repository at this point in the history
Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
  • Loading branch information
FintanH committed Jan 15, 2021
1 parent 610a807 commit 7694e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/coco/src/project/checkout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ where
// Set configurations
super::set_upstream(&repo, &rad, self.default_branch.clone())?;
include::set_include_path(&repo, self.include_path)?;
repo.set_head(Qualified::from(self.default_branch).as_str())?;

Ok(project_path)
}
Expand Down

0 comments on commit 7694e12

Please sign in to comment.