mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	fix literal quotes in logdump path.
This commit is contained in:
		@@ -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'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user