summary refs log tree commit diff
path: root/crawl.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-09 13:18:34 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-09 13:18:34 +0100
commit9ed08f71c59da373694c3c22d33d2d8caf74dcb4 (patch)
tree74e18ff54247bac099be41fb621b1e8bda26ef90 /crawl.pl
parentupdate (diff)
downloadgithub-explorer-9ed08f71c59da373694c3c22d33d2d8caf74dcb4.tar.gz
fetch repo
Diffstat (limited to 'crawl.pl')
-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;