Skip to content

Commit 661699a

Browse files
authored
fix executable path
fix executable path by remove `/go`
1 parent e941b46 commit 661699a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/root/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ define ALL_HELP_INFO
6868
#
6969
# Args:
7070
# WHAT: Directory names to build. If any of these directories has a 'main'
71-
# package, the build will produce executable files under $(OUT_DIR)/go/bin.
71+
# package, the build will produce executable files under $(OUT_DIR)/bin.
7272
# If not specified, "everything" will be built.
7373
# GOFLAGS: Extra flags to pass to 'go' when building.
7474
# GOLDFLAGS: Extra linking flags passed to 'go' when building.

0 commit comments

Comments
 (0)