Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Aug 19, 2024
1 parent 2bb853f commit 5e08ff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module(
name = "rules_mayhemfile",
name = "rules_mayhem",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
2 changes: 1 addition & 1 deletion WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workspace(name = "rules_mayhemfile")
workspace(name = "rules_mayhem")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

Expand Down
2 changes: 1 addition & 1 deletion tests/mayhem_validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
echo "yq installed successfully."
fi


# TODO: Local only validation is not yet supported; when this is supported, we'll use the commented line instead
# if mayhem --verbosity debug validate . -f $1; then
if yq eval $1 > /dev/null; then
echo "Valid"
Expand Down

0 comments on commit 5e08ff5

Please sign in to comment.