summaryrefslogtreecommitdiff
path: root/lib/githubexplorer.pm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/githubexplorer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/githubexplorer.pm b/lib/githubexplorer.pm
index 4fc5aa5..67c789b 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');
}