Skip to content

Commit c954bc6

Browse files
committed
fix literal quotes in logdump path.
1 parent 0f7c2dc commit c954bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cluster/log-dump/log-dump.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function print-deprecation-note() {
8484
function setup() {
8585
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
8686
if [[ -z "${use_custom_instance_list}" ]]; then
87-
: "${KUBE_CONFIG_FILE:='config-test.sh'}"
87+
: "${KUBE_CONFIG_FILE:=config-test.sh}"
8888
echo 'Sourcing kube-util.sh'
8989
source "${KUBE_ROOT}/cluster/kube-util.sh"
9090
echo 'Detecting project'

0 commit comments

Comments
 (0)