Skip to content

Commit

Permalink
Fix typo in the GRD source file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonecny12 committed Sep 25, 2024
1 parent 4cd89b3 commit d963400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions anaconda.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def exitHandler(rebootData):
# pylint: disable=possibly-used-before-assignment
# pylint: disable=used-before-assignment
if flags.use_rd:
gnome_remote_destop.shutdown_server()
gnome_remote_desktop.shutdown_server()

# pylint: disable=possibly-used-before-assignment
# pylint: disable=used-before-assignment
Expand Down Expand Up @@ -283,7 +283,7 @@ def setup_environment():
opts.display_mode = constants.DisplayModes.TUI
opts.noninteractive = True

from pyanaconda import gnome_remote_destop
from pyanaconda import gnome_remote_desktop
from pyanaconda import kickstart
# we are past the --version and --help shortcut so we can import display &
# startup_utils, which import Blivet, without slowing down anything critical
Expand Down
2 changes: 1 addition & 1 deletion pyanaconda/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from pyanaconda.core.process_watchers import WatchProcesses
from pyanaconda import startup_utils
from pyanaconda.core import util, constants, hw
from pyanaconda.gnome_remote_destop import GRDServer
from pyanaconda.gnome_remote_desktop import GRDServer
from pyanaconda.core.i18n import _
from pyanaconda.flags import flags
from pyanaconda.modules.common.constants.services import NETWORK
Expand Down
File renamed without changes.

0 comments on commit d963400

Please sign in to comment.