Change module version as the old one does not exist any more.

This commit is contained in:
Lukáš Růžička 2022-03-04 12:48:52 +01:00
parent 44914d13ab
commit a67398acf5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ sub run {
# Disable some other module.
my $name_alt = "postgresql";
my $stream_alt = "12";
my $stream_alt = "14";
assert_script_run("dnf module disable -y $name_alt:$stream_alt");
# Check that it is listed in the disabled list.