upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit/main.rs')
-rw-r--r--src/bin/ngit/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/ngit/main.rs b/src/bin/ngit/main.rs
index 1dbf020..3f5e65c 100644
--- a/src/bin/ngit/main.rs
+++ b/src/bin/ngit/main.rs
@@ -179,11 +179,11 @@ async fn main() {
179 .await 179 .await
180 } 180 }
181 IssueCommands::Create { 181 IssueCommands::Create {
182 title, 182 subject,
183 body, 183 body,
184 labels, 184 labels,
185 } => { 185 } => {
186 sub_commands::issue_create::launch(title.clone(), body.clone(), labels.clone()) 186 sub_commands::issue_create::launch(subject.clone(), body.clone(), labels.clone())
187 .await 187 .await
188 } 188 }
189 IssueCommands::Close { id, reason, offline } => { 189 IssueCommands::Close { id, reason, offline } => {