blob: 78527ee2d69cd1265258f074035280ceeb1ff2cd [file] [log] [blame]
diff --git a/tests/import/import_test.bzl b/tests/import/import_test.bzl
index c78437c..9b8e883 100644
--- a/tests/import/import_test.bzl
+++ b/tests/import/import_test.bzl
@@ -1,5 +1,5 @@
load("@rules_sh//sh:import.bzl", "create_shim")
-load(":get_cpu_value.bzl", "get_cpu_value")
+load("@rules_sh//sh/private:get_cpu_value.bzl", "get_cpu_value")
# create shim ########################################################