Skip to content

Commit 81b9051

Browse files
committed
Fix a wrong importpath
1 parent e356335 commit 81b9051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@rules_go//go:def.bzl", "go_library")
33
go_library(
44
name = "tools",
55
srcs = ["deps.go"],
6-
importpath = "github.com/buildbarn/bb-storage/tools",
6+
importpath = "github.com/buildbarn/bb-portal/tools",
77
tags = ["manual"],
88
visibility = ["//visibility:public"],
99
deps = [

0 commit comments

Comments
 (0)