summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-10 11:14:51 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-10 11:14:51 +0100
commitccc0b4c4bbef64b73c7e7ccaca92d8cf56df38cc (patch)
tree550ee2133e1bfcff0a69b59e247bce6ed158b861
parentMerge branch 'master' of git@lj:github-explorer (diff)
parentfix (diff)
downloadgithub-explorer-ccc0b4c4bbef64b73c7e7ccaca92d8cf56df38cc.tar.gz
Merge branch 'master' of git@lj:github-explorer
* 'master' of git@lj:github-explorer:
  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,