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
commit 0a839c6c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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