Skip to content

Commit 66d264a

Browse files
committed
Enable download utility selection
1 parent 94bf100 commit 66d264a

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
@@ -6815,6 +6815,7 @@ def __init__(self, server_config=None, **kwargs):
68156815
'force': entity_fields.BooleanField(default=False),
68166816
'ignore_subman_errors': entity_fields.BooleanField(default=False),
68176817
'repo_data': entity_fields.ListField(),
6818+
'download_utility': entity_fields.StringField(default='curl', choices=('curl', 'wget')),
68186819
}
68196820

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

0 commit comments

Comments
 (0)