Skip to content

Commit 17d06ff

Browse files
authored
Clean up redundant recommendation from README.md (bazelbuild#1337)
Removing redundant recommendation to run movePackageToTop, there doesn't seem to be any reason to do so
1 parent ad48c76 commit 17d06ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

buildozer/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ Buildozer supports the following commands(`'command args'`):
8989
* `add <attr> <value(s)>`: Adds value(s) to a list attribute of a rule. If a
9090
value is already present in the list, it is not added.
9191
* `new_load <path> <[to=]from(s)>`: Add a load statement for the given path,
92-
importing the symbols. Before using this, make sure to run
93-
`buildozer 'fix movePackageToTop'`. Afterwards, consider running
94-
`buildozer 'fix unusedLoads'`.
92+
importing the symbols. Afterwards, consider running `buildozer 'fix unusedLoads'`.
9593
* `replace_load <path> <[to=]from(s)>`: Similar to `new_load`, but removes
9694
existing load statements for the requested symbols before adding new loads.
9795
* `substitute_load <old_regexp> <new_template>` Replaces modules of loads which

0 commit comments

Comments
 (0)