Skip to content

Commit fce8adb

Browse files
authored
Enable download utility selection (#1257)
1 parent f521152 commit fce8adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nailgun/entities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6926,6 +6926,7 @@ def __init__(self, server_config=None, **kwargs):
69266926
'force': entity_fields.BooleanField(default=False),
69276927
'ignore_subman_errors': entity_fields.BooleanField(default=False),
69286928
'repo_data': entity_fields.ListField(),
6929+
'download_utility': entity_fields.StringField(default='curl', choices=('curl', 'wget')),
69296930
}
69306931

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

0 commit comments

Comments
 (0)