mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
fix literal quotes in logdump path.
This commit is contained in:
parent
0f7c2dc314
commit
c954bc61a5
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user