Merge pull request #1949 from dbungert/autoinstall-user-data-fix-comment

install: fix comment in autoinstall-user-data
This commit is contained in:
Dan Bungert 2024-03-22 08:04:43 -06:00 committed by GitHub
commit 03b68337d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class InstallController(SubiquityController):
)
autoinstall_config = (
"#cloud-config\n"
"# See the auto install documentation at:"
"# See the autoinstall documentation at:\n"
"# https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html\n" # noqa: E501
+ yaml.dump({"autoinstall": self.app.make_autoinstall()})
)