summary refs log tree commit diff
path: root/lib/githubexplorer.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-12 12:00:27 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-12 12:00:27 +0100
commit1f68a82c35b01fd5a8efbf3894d74c020acaf7ed (patch)
tree1d76cfd9866ecb81da0d1ba086cd867e50359959 /lib/githubexplorer.pm
parentwip (diff)
parentwip (diff)
downloadgithub-explorer-1f68a82c35b01fd5a8efbf3894d74c020acaf7ed.tar.gz
Merge branch 'master' of lj:github-explorer
* 'master' of lj:github-explorer:
  wip
  prepare repos
  small fix
Diffstat (limited to 'lib/githubexplorer.pm')
-rw-r--r--lib/githubexplorer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/githubexplorer.pm b/lib/githubexplorer.pm
index 9e5e134..4260842 100644
--- a/lib/githubexplorer.pm
+++ b/lib/githubexplorer.pm
@@ -69,7 +69,7 @@ sub gen_graph {
     my $self = shift;
     $self->_connect unless $self->has_schema;
     my $graph = githubexplorer::Gexf->new( schema => $self->schema );
-    my $xml = $graph->profiles;
+    my $xml = $graph->gen_gexf;
     $xml > io('crawl.gexf');
 }