diff options
Diffstat (limited to 'bin/youri-upload.in')
-rwxr-xr-x | bin/youri-upload.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/youri-upload.in b/bin/youri-upload.in index 5878551..3534be3 100755 --- a/bin/youri-upload.in +++ b/bin/youri-upload.in @@ -209,7 +209,6 @@ eval { $repository = create_instance( 'Youri::Repository', test => $test, - user => $config->get('define')->{user}, verbose => $verbose > 0 ? $verbose - 1 : 0, targets => [ keys %targets ], $config->get_section($repository_id) @@ -241,7 +240,6 @@ foreach my $id (@{$target{checks}}) { 'Youri::Upload::Check', id => $id, test => $test, - user => $config->get('define')->{user}, verbose => $verbose > 0 ? $verbose - 1 : 0, $config->get_section($id) ); |