]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Command/Each.pm
Move the fake root repository from the Command to the Config object
[perl/modules/rgit.git] / lib / App / Rgit / Command / Each.pm
index 2825ef67eed03bb6956cde4d6bd9e71f76adebc4..c313dc815b760250378c0b95a591a3e827418aac 100644 (file)
@@ -42,7 +42,7 @@ sub run {
   $status = $_->run($conf, @{$self->args});
   last if $status;
  }
- $self->cwd_as_repo->chdir;
+ $conf->root_repo->chdir;
  return $status;
 }