Skip to content

Commit

Permalink
Fixing Missing load()
Browse files Browse the repository at this point in the history
* Adding missing `load()` for `maybe()`.
  • Loading branch information
CauhxMilloy authored and filmil committed May 12, 2024
1 parent 811950a commit 90ede1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# From:
# https://stackoverflow.com/questions/47192668/idiomatic-retrieval-of-the-bazel-execution-path#
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

BATS_CORE_BUILD_CONTENT = """
sh_library(
Expand Down

0 comments on commit 90ede1f

Please sign in to comment.