X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FOnce.pm;fp=lib%2FApp%2FRgit%2FCommand%2FOnce.pm;h=574f420d5fbcb8f9daf3ae176723e95a21b00562;hp=33199dcd5978d52e86b452010a891bab0c9a332e;hb=511d4fe4b46173353cd1fdcac0d26ac067868280;hpb=3c8fbdcb1480e5d245448b8fa2f99fa36c489cf2 diff --git a/lib/App/Rgit/Command/Once.pm b/lib/App/Rgit/Command/Once.pm index 33199dc..574f420 100644 --- a/lib/App/Rgit/Command/Once.pm +++ b/lib/App/Rgit/Command/Once.pm @@ -35,6 +35,7 @@ It implements : sub run { my ($self, $conf) = @_; + $conf->cwd_repo->run($conf, @{$self->args}); } @@ -52,7 +53,8 @@ You can contact me by mail or on C (vincent). =head1 BUGS -Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. +Please report any bugs or feature requests to C, or through the web interface at L. +I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT