]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Command/Once.pm
Move the fake root repository from the Command to the Config object
[perl/modules/rgit.git] / lib / App / Rgit / Command / Once.pm
index 93d1bb9dc76739e699fe599921c21f9105f363c2..24530a668dd91fbb614267ce9a802ee3d3df75d6 100644 (file)
@@ -35,7 +35,7 @@ It implements :
 
 sub run {
  my ($self, $conf) = @_;
- $self->cwd_as_repo->run($conf, @{$self->args});
+ $conf->root_repo->run($conf, @{$self->args});
 }
 
 =head1 SEE ALSO