1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

Change the module profile to common.

This commit is contained in:
Lukáš Růžička 2022-02-07 13:27:59 +01:00
parent 42e9f713b2
commit 7945a08271

View File

@ -12,7 +12,7 @@ sub run {
# Install a Ruby module.
my $name = "nodejs";
my $stream = "14";
my $profile = "default";
my $profile = "common";
assert_script_run("dnf module install -y $name:$stream/$profile");
# Check that it is listed in the installed list.