Commit 25af30a
committed
Fix setting USE_BAZEL_VERSION in /etc/profile.d
bazel completions are generated for the bazel version specified with `.bazelversion`. But USE_BAZEL_VERSION was not updated accordingly. This resulted in the wrong bazel version being used and completions not working.
Fixes #481 parent 2ac6474 commit 25af30a
File tree
1 file changed
+1
-1
lines changed- src/s-core-devcontainer/.devcontainer/s-core-local
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
0 commit comments