Skip to content

Commit e2e5d9e

Browse files
author
OpenShift Bot
authored
Merge pull request #12751 from stevekuznetsov/skuznets/path-updates
Merged by openshift-bot
2 parents 0698513 + e5efc4f commit e2e5d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/lib/util/environment.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ readonly -f os::util::environment::setup_all_server_vars
106106
# Returns:
107107
# - export PATH
108108
function os::util::environment::update_path_var() {
109-
PATH="${OS_OUTPUT_BINPATH}/$(os::util::host_platform):${PATH}"
109+
PATH="${OS_OUTPUT_BINPATH}/$(os::util::host_platform):${GOPATH}/bin:${PATH}"
110110
export PATH
111111
}
112112
readonly -f os::util::environment::update_path_var

hack/update-generated-protobuf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if ! os::util::find::system_binary 'protoc' || [[ "$(protoc --version)" != "libp
1313
exit 1
1414
fi
1515

16-
os::util::ensure::system_binary_exists 'goimports'
16+
os::util::ensure::gopath_binary_exists 'goimports'
1717
os::build::setup_env
1818

1919
os::util::ensure::built_binary_exists 'genprotobuf'

0 commit comments

Comments
 (0)