mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Fix conditional in log-dump.sh.
This commit is contained in:
parent
7e1b9dfd0f
commit
a4c5055052
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ function setup() {
|
|||
}
|
||||
|
||||
function log-dump-ssh() {
|
||||
if [[ -n "${use_custom_instance_list}" ]]; then
|
||||
if [[ -z "${use_custom_instance_list}" ]]; then
|
||||
ssh-to-node "$@"
|
||||
return
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue