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

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

chipx86
RBTools
master
rbtools

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
Fix a typo with new repository flag support in rbt land.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (b106c84)
Loading...