summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index d0e6ae2..d8669bf 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -80,7 +80,7 @@ fn run() -> Result<(), Error> {
email: Option<&'a str>,
}
- let github = github::GitHubApi::new()?;
+ let github = github::GitHubApi::new();
let user = github.user(github_name)?;
let github_name = user.login;