We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8f41d commit 1935adaCopy full SHA for 1935ada
configurations/use_skylib_build_setting/README.md
@@ -5,5 +5,5 @@ To test it out, cd into this directory and run the following:
5
6
```
7
$ bazel build :ice-cream // => "flavor: strawberry"
8
-$ bazel build :ice-cream --//use_skylib_build_settings:flavor=rocky-road => "flavor: rocky-road"
+$ bazel build :ice-cream --//use_skylib_build_setting:flavor=rocky-road => "flavor: rocky-road"
9
0 commit comments