mirror of
https://github.com/golang/go
synced 2024-11-26 05:48:05 -07:00
[dev.cmdgo] cmd/go/testdata/script: fix a small typo in modfile_flag
Change-Id: Id854869e581645dad7a250d40b150ebaf541c043 Reviewed-on: https://go-review.googlesource.com/c/go/+/334931 Trust: Michael Matloob <matloob@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
This commit is contained in:
parent
aa4da4f189
commit
ab361499ef
2
src/cmd/go/testdata/script/modfile_flag.txt
vendored
2
src/cmd/go/testdata/script/modfile_flag.txt
vendored
@ -73,7 +73,7 @@ cmp go.mod go.mod.orig
|
||||
cmp go.sum go.sum.orig
|
||||
|
||||
|
||||
# If the altnernate mod file does not have a ".mod" suffix, an error
|
||||
# If the alternate mod file does not have a ".mod" suffix, an error
|
||||
# should be reported.
|
||||
cp go.alt.mod goaltmod
|
||||
! go mod tidy -modfile=goaltmod
|
||||
|
Loading…
Reference in New Issue
Block a user