X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FEach.pm;fp=lib%2FApp%2FRgit%2FCommand%2FEach.pm;h=c313dc815b760250378c0b95a591a3e827418aac;hb=34eec9dcea44c01535ee6ab4593d98a724ce7e06;hp=2825ef67eed03bb6956cde4d6bd9e71f76adebc4;hpb=6106b02a51da37eadcc29155ae4d51c07fff61ce;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command/Each.pm b/lib/App/Rgit/Command/Each.pm index 2825ef6..c313dc8 100644 --- a/lib/App/Rgit/Command/Each.pm +++ b/lib/App/Rgit/Command/Each.pm @@ -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; }