diff options
Diffstat (limited to 'src/sub_commands/push.rs')
| -rw-r--r-- | src/sub_commands/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index de2a92f..037d512 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs | |||
| @@ -25,7 +25,7 @@ pub async fn launch(cli_args: &Cli) -> Result<()> { | |||
| 25 | .context("no main or master branch")?; | 25 | .context("no main or master branch")?; |
| 26 | 26 | ||
| 27 | let root_commit = git_repo | 27 | let root_commit = git_repo |
| 28 | .get_root_commit(main_or_master_branch_name) | 28 | .get_root_commit() |
| 29 | .context("failed to get root commit of the repository")?; | 29 | .context("failed to get root commit of the repository")?; |
| 30 | 30 | ||
| 31 | let branch_name = git_repo | 31 | let branch_name = git_repo |