Skip to content

Commit

Permalink
Fix typo in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-at-work committed Jul 23, 2024
1 parent e44a1ba commit b08397e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def provision(self):

provision_data = self.job_data.get("provision_data", {})
image_url = provision_data.get("url")
distro = self.distro
distro = getattr(self, 'distro', None)

# Download the .iso image from image_url
if not image_url:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/device-connector-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ The ``hp_oemscript`` device connector does not support any ``provision_data`` ke
the ``zstd`` tool is supported) and
flashed to the device, which will be used to boot up the DUT.

nole_oemscript
noble_oemscript
------------

The ``noble_oemscript`` device connector supports the following ``provision_data`` keys.
Expand Down

0 comments on commit b08397e

Please sign in to comment.