Minor typo fixes (#84714)

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
pull/84727/head
Abhijeet Kasurde 11 months ago committed by GitHub
parent 5d7b8288f8
commit 478806e668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -93,7 +93,7 @@ class ActionModule(ActionBase):
if set(modules).intersection(set(C._ACTION_SETUP)):
# most don't realize how setup works with networking connection plugins (forced_local)
self._display.warning("Detected 'setup' module and a network OS is set, the output when running it will reflect 'localhost'"
" and not the target when a netwoking connection plugin is used.")
" and not the target when a networking connection plugin is used.")
elif not set(modules).difference(set(C._ACTION_SETUP)):
# no network OS and setup not in list, add setup by default since 'smart'

Loading…
Cancel
Save