upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/sub_commands/prs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sub_commands/prs')
-rw-r--r--src/sub_commands/prs/create.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sub_commands/prs/create.rs b/src/sub_commands/prs/create.rs
index e5d6262..ced1edd 100644
--- a/src/sub_commands/prs/create.rs
+++ b/src/sub_commands/prs/create.rs
@@ -314,7 +314,6 @@ pub fn generate_pr_and_patch_events(
314 .context("failed to get root commit of the repository")?; 314 .context("failed to get root commit of the repository")?;
315 315
316 let mut pr_tags = vec![ 316 let mut pr_tags = vec![
317 Tag::Identifier(root_commit.to_string()),
318 Tag::Reference(format!("r-{root_commit}")), 317 Tag::Reference(format!("r-{root_commit}")),
319 Tag::Name(title.to_string()), 318 Tag::Name(title.to_string()),
320 Tag::Description(description.to_string()), 319 Tag::Description(description.to_string()),