upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sub_commands/push.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sub_commands/push.rs')
-rw-r--r--src/sub_commands/push.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs
index fdaab8e..651b250 100644
--- a/src/sub_commands/push.rs
+++ b/src/sub_commands/push.rs
@@ -75,7 +75,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> {
75 let most_recent_proposal_patch_chain = get_most_recent_patch_with_ancestors(commit_events) 75 let most_recent_proposal_patch_chain = get_most_recent_patch_with_ancestors(commit_events)
76 .context("cannot get most recent patch for proposal")?; 76 .context("cannot get most recent patch for proposal")?;
77 77
78 let branch_tip = git_repo.get_tip_of_local_branch(&branch_name)?; 78 let branch_tip = git_repo.get_tip_of_branch(&branch_name)?;
79 79
80 let most_recent_patch_commit_id = str_to_sha1( 80 let most_recent_patch_commit_id = str_to_sha1(
81 &get_commit_id_from_patch( 81 &get_commit_id_from_patch(