]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit.pm
Set fallback command in App::Rgit::Command instead of App::Rgit
[perl/modules/rgit.git] / lib / App / Rgit.pm
index f84d445b74b977839fc7db74660c1c1f28d0594b..d2fe602f4c6b41814da2f57792d7d80e7431f7f9 100644 (file)
@@ -51,7 +51,7 @@ sub new {
  $class->SUPER::new(
   config  => $config,
   command => App::Rgit::Command->new(
-   cmd   => $args{cmd} || ' ',
+   cmd   => $args{cmd},
    args  => $args{args},
    repos => $config->repos,
   )