summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-10 11:15:10 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-10 11:15:10 +0100
commit1d7e7575a7b0b3aafa0c2946222819f1d400b20c (patch)
tree1e73dcea00ac26791c82169769300ab827d46dfe
parentfix (diff)
downloadgithub-explorer-1d7e7575a7b0b3aafa0c2946222819f1d400b20c.tar.gz
fix
-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,