Skip to content

Commit afccfb8

Browse files
emontyadg
authored andcommitted
cmd/go: remove noVCSSuffix check for OpenStack
The original intent of the code was to allow both with and without .git suffix for now to allow a transition period. The noVCSSuffix check was a copy pasta error. Fixes #15979. Change-Id: I3d39aba8d026b40fc445244d6d01d8bc1979d1e4 Reviewed-on: https://go-review.googlesource.com/24645 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 519b469 commit afccfb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmd/go/vcs.go

-1
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ var vcsPaths = []*vcsPath{
858858
re: `^(?P<root>git\.openstack\.org/[A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+)(\.git)?(/[A-Za-z0-9_.\-]+)*$`,
859859
vcs: "git",
860860
repo: "https://{root}",
861-
check: noVCSSuffix,
862861
},
863862

864863
// General syntax for any server.

0 commit comments

Comments
 (0)