From 1d7e7575a7b0b3aafa0c2946222819f1d400b20c Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 10 Feb 2010 11:15:10 +0100 Subject: fix --- lib/githubexplorer/Network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/githubexplorer/Network.pm b/lib/githubexplorer/Network.pm index 129dca9..8e55e87 100644 --- a/lib/githubexplorer/Network.pm +++ b/lib/githubexplorer/Network.pm @@ -22,7 +22,7 @@ sub fetch_network { ->find( { login => $edge->{owner} } ); next if !$profile; - say "** create relation between ".$repo->name." and ".$profile->login; + say "** create relation between ".$repos->name." and ".$profile->login; my $relation = $self->schema->resultset('Fork')->find_or_create( { profile => $profile->id, -- cgit 1.4.1