From a945ef83a723686cad2034b5f81ac361c5873831 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Fri, 25 Aug 2023 17:09:03 +1200 Subject: [PATCH] fix silly typo in update-source-catalog --- update-source-catalog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-source-catalog b/update-source-catalog index fa1d17c1..158f412e 100755 --- a/update-source-catalog +++ b/update-source-catalog @@ -47,7 +47,7 @@ else: if template['variations']: for variation in template['variations'].values(): if variation['path'] == opts.squashfs: - variation['size'] == int(opts.size) + variation['size'] = int(opts.size) template['size'] = int(opts.size) template['path'] = opts.squashfs