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

Fix typo.

This commit is contained in:
Lukas Ruzicka 2019-05-09 16:08:11 +02:00
parent d2f4e9e454
commit c9110215e3

View File

@ -10,7 +10,7 @@ sub run {
my $mode = get_var('MODE');
# Start the application
if ($mode eq '[ast') {
if ($mode eq 'fast') {
start_with_command 'kcalc';
}
else {