Skip to content

Commit c803de7

Browse files
authored
fix(e2e): set namespace prefix (#63)
1 parent 90622e6 commit c803de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/smoke/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Add a basic smoke-test target below.
33
"""
44

55
load("@bazel_skylib//rules:build_test.bzl", "build_test")
6-
# load("com_myorg_rules_mylang//mylang:defs.bzl", "...")
6+
# load("@com_myorg_rules_mylang//mylang:defs.bzl", "...")
77

88
# Replace with a usage of your rule/macro
99
filegroup(name = "empty")

0 commit comments

Comments
 (0)