mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-09 18:35:44 +00:00
Fix typo
This commit is contained in:
parent
b23af8307b
commit
4e1f71fdea
@ -29,7 +29,7 @@ sub run {
|
||||
# Get the login, or select test.
|
||||
my $login = get_var("USER_LOGIN") // "test";
|
||||
# Switch to the test user
|
||||
type_string("su $login\n";)
|
||||
type_string("su $login\n");
|
||||
# Use gsettings to enable showing the prerelease
|
||||
script_run("gsettings set org.gnome.software show-upgrade-prerelease true");
|
||||
# Return to the root console.
|
||||
|
Loading…
Reference in New Issue
Block a user