summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/go-mod.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/go-mod.bbclass')
-rw-r--r--meta/classes-recipe/go-mod.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/go-mod.bbclass b/meta/classes-recipe/go-mod.bbclass
index 927746a338..61571596bc 100644
--- a/meta/classes-recipe/go-mod.bbclass
+++ b/meta/classes-recipe/go-mod.bbclass
@@ -6,7 +6,7 @@
6 6
7# Handle Go Modules support 7# Handle Go Modules support
8# 8#
9# When using Go Modules, the the current working directory MUST be at or below 9# When using Go Modules, the current working directory MUST be at or below
10# the location of the 'go.mod' file when the go tool is used, and there is no 10# the location of the 'go.mod' file when the go tool is used, and there is no
11# way to tell it to look elsewhere. It will automatically look upwards for the 11# way to tell it to look elsewhere. It will automatically look upwards for the
12# file, but not downwards. 12# file, but not downwards.