Merge pull request #123742 from thockin/cleanup_underscore_tmp
Cleanup _tmp usage
This commit is contained in:
@@ -631,6 +631,7 @@ kube::golang::place_bins() {
|
||||
if [[ "${platform}" == "${host_platform}" ]]; then
|
||||
platform_src=""
|
||||
rm -f "${THIS_PLATFORM_BIN}"
|
||||
mkdir -p "$(dirname "${THIS_PLATFORM_BIN}")"
|
||||
ln -s "${KUBE_OUTPUT_BIN}/${platform}" "${THIS_PLATFORM_BIN}"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user