diff options
-rwxr-xr-x | bin/ubuntucore_image_checks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |