Skip to content

Commit

Permalink
install: fix comment in autoinstall-user-data
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed Mar 22, 2024
1 parent 4fba6aa commit 1ec1c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subiquity/server/controllers/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def write_autoinstall_config(self) -> None:
)
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()})
)
Expand Down

0 comments on commit 1ec1c33

Please sign in to comment.