X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FEach.pm;h=ba42b1269398d020fc48ce72f9b4e8ada43c74e9;hp=c313dc815b760250378c0b95a591a3e827418aac;hb=f00c02ec880d4c182584fc4f046df634df67401f;hpb=d9762c0e9806aa955f290f36740496f0013747fd diff --git a/lib/App/Rgit/Command/Each.pm b/lib/App/Rgit/Command/Each.pm index c313dc8..ba42b12 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; } - $conf->root_repo->chdir; + $conf->cwd_repo->chdir; return $status; }