mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 05:01:25 +00:00
drop stray use of non-existent get_release()
committing without review as the fix is trivial and it breaks a couple of tests.
This commit is contained in:
parent
d6470af4cb
commit
81f2463234
@ -22,7 +22,6 @@ sub run {
|
|||||||
# insert the url
|
# insert the url
|
||||||
send_key "tab";
|
send_key "tab";
|
||||||
my $repourl = "";
|
my $repourl = "";
|
||||||
my $fedora_release = $self->get_release;
|
|
||||||
|
|
||||||
# if either MIRRORLIST_GRAPHICAL or REPOSITORY_GRAPHICAL is set, type this into
|
# if either MIRRORLIST_GRAPHICAL or REPOSITORY_GRAPHICAL is set, type this into
|
||||||
# the repository url input
|
# the repository url input
|
||||||
|
Loading…
Reference in New Issue
Block a user