Merge pull request #97447 from amwat/legacylogdump

Fix incorrect literal quotes in logdump path
This commit is contained in:
Kubernetes Prow Robot
2020-12-24 21:46:27 -08:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ function print-deprecation-note() {
function setup() {
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
if [[ -z "${use_custom_instance_list}" ]]; then
: "${KUBE_CONFIG_FILE:='config-test.sh'}"
: "${KUBE_CONFIG_FILE:=config-test.sh}"
echo 'Sourcing kube-util.sh'
source "${KUBE_ROOT}/cluster/kube-util.sh"
echo 'Detecting project'