Skip to content

Commit

Permalink
use exec instead of source
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Nov 24, 2022
1 parent eb7bb39 commit d1bbc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/js/js_image_layer.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
load("@rules_pkg//:providers.bzl", "PackageFilegroupInfo", "PackageFilesInfo", "PackageSymlinkInfo")
load("@rules_pkg//:pkg.bzl", "pkg_tar")
load("@bazel_skylib//rules:write_file.bzl", "write_file")
load("@bazel_skylib//rules:paths.bzl", "paths")
load("@bazel_skylib//lib:paths.bzl", "paths")
load("@aspect_bazel_lib//lib:paths.bzl", "to_manifest_path")
load("@rules_python//python:defs.bzl", "py_binary")

Expand Down

0 comments on commit d1bbc21

Please sign in to comment.