From 593a94ea7f8ae926ed4b6830b1be8c80a80d9bd1 Mon Sep 17 00:00:00 2001 From: mimi89999 Date: Sun, 27 Mar 2016 21:36:16 +0200 Subject: [PATCH] Fix error in build.py --- fdroidserver/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdroidserver/build.py b/fdroidserver/build.py index 7f647b8f..a387d13b 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -1006,7 +1006,7 @@ def main(): # different than for the standard metadata/ layout because expectations # are different. In this case, the most common user will be the app # developer working on the latest update of the app on their own machine. - local_metadata_files = common.get_local_local_metadata_files() + local_metadata_files = common.get_local_metadata_files() if len(local_metadata_files) == 1: # there is local metadata in an app's source config = dict(common.default_config) # `fdroid build` should build only the latest version by default since -- 2.30.2