aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/git-sugapply.rs2
-rw-r--r--src/bin/git-sugpatch.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/git-sugapply.rs b/src/bin/git-sugapply.rs
index d569147..47d26f2 100644
--- a/src/bin/git-sugapply.rs
+++ b/src/bin/git-sugapply.rs
@@ -17,7 +17,7 @@ fn main() {
env!("GITHUB_TOKEN"),
&url.owner,
&url.repo,
- );
+ ).unwrap();
let suggestion = client.fetch(&url.comment_id).unwrap();
diff --git a/src/bin/git-sugpatch.rs b/src/bin/git-sugpatch.rs
index 08d1a38..1e21923 100644
--- a/src/bin/git-sugpatch.rs
+++ b/src/bin/git-sugpatch.rs
@@ -17,7 +17,7 @@ fn main() {
env!("GITHUB_TOKEN"),
&url.owner,
&url.repo,
- );
+ ).unwrap();
let suggestion = client.fetch(&url.comment_id).unwrap();