Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azubieta committed Jun 21, 2022
1 parent 9e957e4 commit b11ea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimagebuilder/modules/generate/recipe_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _generate_package_manager_sections(self, bundle_info, runtime_dependencies):

results = {}
for section_generator in self._package_manager_sections_generators:
recipe_section, unresolved_files = section_generator.setup(
recipe_section, unresolved_files = section_generator.generate(
runtime_dependencies, bundle_info
)

Expand Down

0 comments on commit b11ea6d

Please sign in to comment.