From a503372d8d1ed8c2ba646cfa730bab8ea76fb354 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:56:48 -0500 Subject: [PATCH] spelling: latest Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tools/deploy_pbz_to_pebblefw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy_pbz_to_pebblefw.py b/tools/deploy_pbz_to_pebblefw.py index 363c6305..635234af 100644 --- a/tools/deploy_pbz_to_pebblefw.py +++ b/tools/deploy_pbz_to_pebblefw.py @@ -85,7 +85,7 @@ def deploy_bundle(bundle_path, bucket, stage, notes_path, layouts_path=None, dry with open(notes_path, 'r') as f: deploy_manifest['notes'] = f.read().strip() - # Fetch the current lastest.json + # Fetch the current latest.json latest_key = _build_s3_path(board, stage, 'latest.json') r = requests.get(_build_s3_url(bucket, latest_key)) if r.status_code == 403: