Skip to content

Commit

Permalink
chore: Fix typo in the name of an internal bazel target (#3101)
Browse files Browse the repository at this point in the history
This PR fixes a typo in the name of an internal bazel target.
  • Loading branch information
aterga authored Dec 11, 2024
1 parent df65369 commit 00d999c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ members = [
"rs/nervous_system/runtime",
"rs/nervous_system/string",
"rs/nervous_system/temporary",
"rs/nervous_system/tools/sync-with-released-nevous-system-wasms",
"rs/nervous_system/tools/sync-with-released-nervous-system-wasms",
"rs/nns/constants",
"rs/nns/common",
"rs/nns/common/protobuf_generator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DEPENDENCIES = [
]

rust_binary(
name = "sync-with-released-nevous-system-wasms",
name = "sync-with-released-nervous-system-wasms",
srcs = [
"src/main.rs",
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "sync-with-released-nevous-system-wasms"
name = "sync-with-released-nervous-system-wasms"
version.workspace = true
authors.workspace = true
edition.workspace = true
description.workspace = true
documentation.workspace = true

[[bin]]
name = "sync-with-released-nevous-system-wasms"
name = "sync-with-released-nervous-system-wasms"
path = "src/main.rs"

[dependencies]
Expand Down

0 comments on commit 00d999c

Please sign in to comment.