summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/githubexplorer/Network.pm2
1 files changed, 1 insertions, 1 deletions
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,