commit | 6915f11d71cbf0f8ed86d16c740b4e1664132120 | [log] [tgz] |
---|---|---|
author | Theo Bafrali <100019017@mvla.net> | Fri Feb 08 22:01:54 2019 -0800 |
committer | Theo Bafrali <100019017@mvla.net> | Sat Feb 09 17:59:30 2019 -0800 |
tree | b604dfb42025bcc6fecb4249ce6de4b2a2d93688 | |
parent | b96727c4f30fb1d8165f99a1e8fd6c662b91c4d4 [diff] [blame] |
renamed lift to stilts Change-Id: I38e058ba7eadb4f45c8ef4639e8abb387c1f0afb
diff --git a/y2019/control_loops/python/BUILD b/y2019/control_loops/python/BUILD index f3e4ca1..b038507 100644 --- a/y2019/control_loops/python/BUILD +++ b/y2019/control_loops/python/BUILD
@@ -105,9 +105,9 @@ ) py_binary( - name = "lift", + name = "stilts", srcs = [ - "lift.py", + "stilts.py", ], legacy_create_init = False, restricted_to = ["//tools:k8"],