Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Dec 16, 2024
1 parent e018a82 commit 5dcb8cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def generate_platform(self) -> None:
platform_service_launch_writer.add_launch_file(self.platform_launch_file)

# Platform components
for component in self.latform_components[self.platform_model]:
for component in self.platform_components[self.platform_model]:
platform_service_launch_writer.add(component)

platform_service_launch_writer.generate_file()
Expand Down

0 comments on commit 5dcb8cc

Please sign in to comment.