diff options
-rw-r--r-- | lib/Youri/Repository/Mageia_upload.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Youri/Repository/Mageia_upload.pm b/lib/Youri/Repository/Mageia_upload.pm index d34bb80..1d9eb3a 100644 --- a/lib/Youri/Repository/Mageia_upload.pm +++ b/lib/Youri/Repository/Mageia_upload.pm @@ -423,8 +423,8 @@ sub _get_section { # FIXME: doing this here is wrong; this way the caller can never know if # a section was actually found or not; should return undef and let the # caller set a default (Note: IIRC PLF|Zarb has this right, see there) -spuk - print STDERR "Warning: Can't guess destination: section missing, defaulting to contrib/release\n" unless $section; - $section ||= 'contrib/release'; + print STDERR "Warning: Can't guess destination: section missing, defaulting to core/release\n" unless $section; + $section ||= 'core/release'; # next time we don't need to search everything again $self->{packages}{$file}{section} = $section; |