Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Mar 1, 2024
1 parent efa7969 commit 270f053
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ load(
)

go_library(
deps = [
"@com_github_hashicorp_hcl_v2",
"@com_github_hashicorp_hil",
],
importpath = "local_workflow/lib",
name = "lib",
srcs = [
"*.go",
"src/command/*.go",
"src/**/*.go",
],
importpath = "local_workflow/lib",
visibility = ["//visibility:public"],
deps = [
"@com_github_hashicorp_hcl_v2",
"@com_github_hashicorp_hil",
],
)

0 comments on commit 270f053

Please sign in to comment.