aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qarepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/qarepo b/qarepo
index 1724626..29962c5 100644
--- a/qarepo
+++ b/qarepo
@@ -372,7 +372,7 @@ sub dialogue_dismiss {
sub check_no_testing_media {
my ($message2) = @_;
- if (system("urpmq --list-url | grep -q updates_testing") == 0) {
+ if (system("urpmq --list-media active --list-url | grep -q updates_testing") == 0) {
my $message1 = "Some updates_testing media are enabled.";
my $message3 = "Please disable these media and try again.";
show_error_dialogue(($message1, $message2, $message3));