commit | f661990d0379f1030bdaa93c573ef4a50e9c6e66 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <[email protected]> | Tue Aug 04 15:23:57 2020 |
committer | Commit Bot <[email protected]> | Wed Aug 05 00:19:53 2020 |
tree | f05776e43faaedc4b58f8b38e20bdf050a59b264 | |
parent | dbaec98fc97ebbbf2aa3ac81ee3f4502a55a4038 [diff] |
fix OWNERS path The find owners module will use the path in the current repo as the implicit prefix even when crossing repo boundaries, so make sure we have an explicit / anchor when loading. It doesn't make a difference in this repo, but might as well avoid copy & paste confusion. BUG=None TEST=find owners can find owners for this Change-Id: I6b20e46e6e8c5f7a4e41f5474cff4a31f888525a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/graphyte/+/2336815 Tested-by: Mike Frysinger <[email protected]> Auto-Submit: Mike Frysinger <[email protected]> Reviewed-by: Hung-Te Lin <[email protected]> Commit-Queue: Hung-Te Lin <[email protected]>
diff --git a/OWNERS b/OWNERS index c8e7fff..d6ec780 100644 --- a/OWNERS +++ b/OWNERS
@@ -1,2 +1,2 @@ # The graphyte is currently maintained by Chrome OS factory team. -include chromiumos/platform/factory:OWNERS +include chromiumos/platform/factory:/OWNERS