Skip to content

Commit

Permalink
Fix ws typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer committed Dec 19, 2023
1 parent 4a18bd0 commit 15bd965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ filegroup(name = "bzl_srcs_for_stardoc", srcs = glob(["**/*.bzl"]) + ["@bazel_to
# Implementation:
# If you are looking into the implementation, start with the overview in ImplementationReadme.md.

exports_files(["refresh.template.py", "check_python_version.template.py"]) # For implicit use by therefresh_compile_commands macro, not direct use.
exports_files(["refresh.template.py", "check_python_version.template.py"]) # For implicit use by the refresh_compile_commands macro, not direct use.

0 comments on commit 15bd965

Please sign in to comment.