mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
go-mod.bbclass: Remove repeated word
The word 'the' appears repeatedly. Remove one occurrence. (From OE-Core rev: f9c1e43fea5ca119dcba6f57b95d10e78246a491) Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b72193a602
commit
7dc782a8fc
@@ -6,7 +6,7 @@
|
||||
|
||||
# Handle Go Modules support
|
||||
#
|
||||
# When using Go Modules, the the current working directory MUST be at or below
|
||||
# When using Go Modules, the current working directory MUST be at or below
|
||||
# the location of the 'go.mod' file when the go tool is used, and there is no
|
||||
# way to tell it to look elsewhere. It will automatically look upwards for the
|
||||
# file, but not downwards.
|
||||
|
||||
Reference in New Issue
Block a user