X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FOnce.pm;h=e3d6cbc0aa5926da50947e495bd09709c58c6c74;hb=0c3a62e21d624c6076fc69dd2310bea0dd556ab8;hp=24530a668dd91fbb614267ce9a802ee3d3df75d6;hpb=34eec9dcea44c01535ee6ab4593d98a724ce7e06;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command/Once.pm b/lib/App/Rgit/Command/Once.pm index 24530a6..e3d6cbc 100644 --- a/lib/App/Rgit/Command/Once.pm +++ b/lib/App/Rgit/Command/Once.pm @@ -11,11 +11,11 @@ App::Rgit::Command::Once - Class for commands to execute only once. =head1 VERSION -Version 0.02 +Version 0.05 =cut -our $VERSION = '0.02'; +our $VERSION = '0.05'; =head1 DESCRIPTION @@ -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