diff --git a/flat-manager-client b/flat-manager-client index 96c4834..3fa34de 100755 --- a/flat-manager-client +++ b/flat-manager-client @@ -719,7 +719,7 @@ async def push_command(session, args): print("Remote missing %d of those" % (len(missing_metadata_objects))) - file_objects = local_needed_files(local_repo, missing_metadata_objects) + file_objects = local_needed_files(local_repo, metadata_objects) print("Has %d file objects for those" % (len(file_objects))) missing_file_objects = await missing_objects(session, args.build_url, token, list(file_objects))