aboutsummaryrefslogtreecommitdiffstats
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 77083cf..9689d3c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -10,7 +10,7 @@ use std::path::{Path, PathBuf};
#[tokio::main]
async fn main() {
- let repos = github::fetch_repos().await.unwrap();
+ let repos = github::fetch_repos("teddywing").await.unwrap();
dbg!(&repos);