aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/git-sugpatch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/git-sugpatch.rs')
-rw-r--r--src/bin/git-sugpatch.rs2
1 files changed, 1 insertions, 1 deletions
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();