Correct a typo of an annotation
This patch changes 'begining' to 'beginning' in an annotation of the _redirections.py Change-Id: Ic29e3e924b1f59fb44f7fd64d9fbc960948b72ce
This commit is contained in:
parent
a7d862c8f0
commit
46e30e8196
@ -39,7 +39,7 @@ def generate_constraints_redirections(_deliverables, future_releases=[]):
|
|||||||
ref_type = 'tag'
|
ref_type = 'tag'
|
||||||
break
|
break
|
||||||
|
|
||||||
# Insert into the begining of the list so that redirections are
|
# Insert into the beginning of the list so that redirections are
|
||||||
# master -> juno
|
# master -> juno
|
||||||
status = 302 if target == 'master' else 301
|
status = 302 if target == 'master' else 301
|
||||||
redirections.insert(0, dict(code=status, src=deliv.series,
|
redirections.insert(0, dict(code=status, src=deliv.series,
|
||||||
|
Loading…
Reference in New Issue
Block a user