diff options
Diffstat (limited to 'src/sub_commands/pull.rs')
| -rw-r--r-- | src/sub_commands/pull.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/pull.rs b/src/sub_commands/pull.rs index 342c8bb..c426510 100644 --- a/src/sub_commands/pull.rs +++ b/src/sub_commands/pull.rs | |||
| @@ -22,7 +22,7 @@ pub async fn launch() -> Result<()> { | |||
| 22 | .context("no main or master branch")?; | 22 | .context("no main or master branch")?; |
| 23 | 23 | ||
| 24 | let root_commit = git_repo | 24 | let root_commit = git_repo |
| 25 | .get_root_commit(main_or_master_branch_name) | 25 | .get_root_commit() |
| 26 | .context("failed to get root commit of the repository")?; | 26 | .context("failed to get root commit of the repository")?; |
| 27 | 27 | ||
| 28 | let branch_name = git_repo | 28 | let branch_name = git_repo |