mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 18:50:29 +03:00
fix typo
This commit is contained in:
parent
1abbc9732e
commit
4514983e58
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ class BuildTest(unittest.TestCase):
|
||||||
onserver=False,
|
onserver=False,
|
||||||
refresh=False,
|
refresh=False,
|
||||||
)
|
)
|
||||||
# now run `fdroid buid --onserver`
|
# now run `fdroid build --onserver`
|
||||||
self.assertTrue('r21e' not in config['ndk_paths'])
|
self.assertTrue('r21e' not in config['ndk_paths'])
|
||||||
fdroidserver.build.build_local(
|
fdroidserver.build.build_local(
|
||||||
app,
|
app,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue