Skip to content

Commit

Permalink
Add configs to actor_definition
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Sep 20, 2024
1 parent bf68773 commit 2c27e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leapp/repository/actor_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def serialize(self):
'tools': self.tools,
'files': self.files,
'libraries': self.libraries,
'configs': self.configs,
'tests': self.tests
}

Expand Down

0 comments on commit 2c27e68

Please sign in to comment.