mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-24 11:12:14 +01:00
Fix spelling mistake in get_distributions
method name
This commit is contained in:
parent
12c17db756
commit
10a156d4ca
@ -5358,7 +5358,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
"""
|
||||
apiurl = self.get_api_url()
|
||||
|
||||
print('\n'.join(get_distibutions(apiurl))) # FIXME:, opts.discontinued))
|
||||
print('\n'.join(get_distributions(apiurl))) # FIXME:, opts.discontinued))
|
||||
|
||||
@cmdln.hide(1)
|
||||
def do_results_meta(self, subcmd, opts, *args):
|
||||
|
@ -5603,7 +5603,7 @@ def get_repositories(apiurl):
|
||||
return r
|
||||
|
||||
|
||||
def get_distibutions(apiurl, discon=False):
|
||||
def get_distributions(apiurl, discon=False):
|
||||
r = []
|
||||
|
||||
# FIXME: this is just a naming convention on api.opensuse.org, but not a general valid apparoach
|
||||
|
Loading…
x
Reference in New Issue
Block a user