Fix a typo with new repository flag support in rbt land.

Review Request #11772 — Created Aug. 9, 2021 and submitted

Information

RBTools
master

Reviewers

The recent repository work for RBTools 3.0 broke rbt land. Attempting
to land a change would result in a crash accessing id on
self.repository, which was set to None.

This happened because needs_repository wasn't set, due to a typo. The
flag actually set was reeds_repository. This change corrects that
typo, fixing landing.

Successfully landed a change.

Checked to make sure that no other commands had this typo.

Summary ID
Fix a typo with new repository flag support in rbt land.
The recent repository work for RBTools 3.0 broke `rbt land`. Attempting to land a change would result in a crash accessing `id` on `self.repository`, which was set to `None`. This happened because `needs_repository` wasn't set, due to a typo. The flag actually set was `reeds_repository`. This change corrects that typo, fixing landing.
3e264af6e0c884e654595012b5a6f59ccd7ee897
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (b106c84)
Loading...