Skip to content

Commit

Permalink
[workspace] Fix typo in deprecation.bzl (#22422)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Jan 8, 2025
1 parent 9639247 commit fe9454d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/workspace/deprecation.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def _impl(repo_ctx):

build = "load(\"@drake//tools/skylark:cc.bzl\", \"cc_library\")\n"
build += "load(\"@drake//tools/skylark:py.bzl\", \"py_library\")\n"
build = "package(default_visibility = [\"//visibility:public\"])\n"
build += "package(default_visibility = [\"//visibility:public\"])\n"
deprecation = "".join([
"DRAKE DEPRECATED: The @{} external is deprecated".format(name),
" and will be removed from Drake on or after {}.".format(date),
Expand Down

0 comments on commit fe9454d

Please sign in to comment.