Skip to content

Commit

Permalink
AutoinstallValidation: Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Peterson444 committed Mar 6, 2024
1 parent fefd498 commit bae102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subiquity/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def validate_autoinstall(self):
except ValidationError as original_exception:
# SubiquityServer currently only checks for these sections
# of autoinstall. Hardcode until we have better validation.
section = "version or interative-sessions"
section = "version or interactive-sections"
new_exception: AutoinstallValidationError = AutoinstallValidationError(
section,
)
Expand Down

0 comments on commit bae102e

Please sign in to comment.