X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FOnce.pm;h=88e77f892511a122a7c3a3f11966172b76400be5;hp=24530a668dd91fbb614267ce9a802ee3d3df75d6;hb=f00c02ec880d4c182584fc4f046df634df67401f;hpb=d9762c0e9806aa955f290f36740496f0013747fd diff --git a/lib/App/Rgit/Command/Once.pm b/lib/App/Rgit/Command/Once.pm index 24530a6..88e77f8 100644 --- a/lib/App/Rgit/Command/Once.pm +++ b/lib/App/Rgit/Command/Once.pm @@ -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