summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crawl.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl.pl b/crawl.pl
index 8b240be..8236943 100644
--- a/crawl.pl
+++ b/crawl.pl
@@ -26,4 +26,5 @@ my $gh = githubexplorer->new(
$gh->deploy if $deploy;
$gh->harvest_profiles if $profiles;
+$gh->harvest_repo if $repo;
$gh->gen_graph if $graph;