Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanholen-hpe committed Nov 7, 2024
1 parent ad0496e commit 91b989a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sat/cli/bootprep/input/session_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ def validate_rootfs_provider_has_value(self, **_):

@Validatable.validation_method()
def validate_rootfs_provider_passthrough_has_value(self, **_):
"""Validate that the rootfs_provider is not an empty string
"""Validate that the rootfs_provider_passthrough is not an empty string
Raises:
InputItemValidateError: if the rootfs_provider is an empty string
InputItemValidateError: if the rootfs_provider_passthrough is an empty string
"""
rootfs_provider_passthrough_has_value = self.boot_sets['rootfs_provider_passthrough'] is not ""
if rootfs_provider_passthrough_has_value:
Expand Down

0 comments on commit 91b989a

Please sign in to comment.