mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Merge pull request #97447 from amwat/legacylogdump
Fix incorrect literal quotes in logdump path
This commit is contained in:
commit
0a839c6c3b
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user