From cd22e5f0bd3f4db4de895c2ef24348813412b5ba Mon Sep 17 00:00:00 2001 From: Keen Yee Liau Date: Thu, 4 Apr 2019 10:23:24 -0700 Subject: [PATCH] fix(e2e/karma): workspace name should be e2e_karma_typescript --- e2e/karma_typescript/WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/karma_typescript/WORKSPACE b/e2e/karma_typescript/WORKSPACE index bedafc7e13..9144a666ae 100644 --- a/e2e/karma_typescript/WORKSPACE +++ b/e2e/karma_typescript/WORKSPACE @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -workspace(name = "e2e_karma_stack_trace") +workspace(name = "e2e_karma_typescript") local_repository( name = "build_bazel_rules_nodejs",