mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: latest
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f26b13d697
commit
a503372d8d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def deploy_bundle(bundle_path, bucket, stage, notes_path, layouts_path=None, dry
|
||||||
with open(notes_path, 'r') as f:
|
with open(notes_path, 'r') as f:
|
||||||
deploy_manifest['notes'] = f.read().strip()
|
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')
|
latest_key = _build_s3_path(board, stage, 'latest.json')
|
||||||
r = requests.get(_build_s3_url(bucket, latest_key))
|
r = requests.get(_build_s3_url(bucket, latest_key))
|
||||||
if r.status_code == 403:
|
if r.status_code == 403:
|
||||||
|
|
Loading…
Add table
Reference in a new issue