Skip to content

Commit b5a29cc

Browse files
committed
cmd/distpack: add fix tool to inventory
(To be consistent with change to build.go in CL 700795.) For #71859 Change-Id: I8caad28b7e5a2657f21b60a72899daecf0b2c324 Reviewed-on: https://go-review.googlesource.com/c/go/+/712180 Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Michael Matloob <matloob@google.com> Reviewed-by: Michael Matloob <matloob@golang.org> TryBot-Bypass: Alan Donovan <adonovan@google.com>
1 parent bb5eb51 commit b5a29cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/distpack/pack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func main() {
172172
default:
173173
return false
174174
// Keep in sync with toolsIncludedInDistpack in cmd/dist/build.go.
175-
case "asm", "cgo", "compile", "cover", "link", "preprofile", "vet":
175+
case "asm", "cgo", "compile", "cover", "fix", "link", "preprofile", "vet":
176176
}
177177
}
178178
return true

0 commit comments

Comments
 (0)