X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FEach.pm;h=a42ddb886d988b06ed55fc2ce0e73e6261a93cd7;hb=refs%2Ftags%2Fv0.03;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..a42ddb8 100644 --- a/lib/App/Rgit/Command/Each.pm +++ b/lib/App/Rgit/Command/Each.pm @@ -11,11 +11,11 @@ App::Rgit::Command::Each - Class for commands to execute for each repository. =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; =head1 DESCRIPTION @@ -42,7 +42,7 @@ sub run { $status = $_->run($conf, @{$self->args}); last if $status; } - $self->cwd_as_repo->chdir; + $conf->cwd_repo->chdir; return $status; }