]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Command/Once.pm
We need to chdir back to the cwd when we are over, so revert root_repo back to cwd_repo
[perl/modules/rgit.git] / lib / App / Rgit / Command / Once.pm
index 24530a668dd91fbb614267ce9a802ee3d3df75d6..88e77f892511a122a7c3a3f11966172b76400be5 100644 (file)
@@ -35,7 +35,7 @@ It implements :
 
 sub run {
  my ($self, $conf) = @_;
- $conf->root_repo->run($conf, @{$self->args});
+ $conf->cwd_repo->run($conf, @{$self->args});
 }
 
 =head1 SEE ALSO