From 9ed08f71c59da373694c3c22d33d2d8caf74dcb4 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 9 Feb 2010 13:18:34 +0100 Subject: fetch repo --- crawl.pl | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3