From e04fa52419a504b751153c542f4607615fd2ae8b Mon Sep 17 00:00:00 2001 From: Kristin Chuang Date: Thu, 4 Mar 2021 11:20:03 +0800 Subject: fix model-brand check calling the wrong function --- bin/ubuntucore_image_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ubuntucore_image_checks.py b/bin/ubuntucore_image_checks.py index 214fc42..a7866dc 100755 --- a/bin/ubuntucore_image_checks.py +++ b/bin/ubuntucore_image_checks.py @@ -107,7 +107,7 @@ def main(): elif action == 'model-authority': modelinfo.test_model_authority() elif action == 'model-brand': - modelinfo.test_model_authority() + modelinfo.test_model_brand() else: raise SystemExit('ERROR: unrecognised action') -- cgit v1.2.3