Skip to content

Commit

Permalink
Enable download utility selection
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas committed Nov 27, 2024
1 parent ca5283d commit d059da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -6816,6 +6816,7 @@ def __init__(self, server_config=None, **kwargs):
'force': entity_fields.BooleanField(default=False),
'ignore_subman_errors': entity_fields.BooleanField(default=False),
'repo_data': entity_fields.ListField(),
'download_utility': entity_fields.StringField(default=''),
}

self._meta = {'api_path': '/api/registration_commands'}
Expand Down

0 comments on commit d059da3

Please sign in to comment.