Merge pull request #10113 from eparis/bash-comp-logs

kubectl log->logs in bash completions
pull/6/head
Satnam Singh 2015-06-19 14:55:47 -07:00
commit 90a7d41dcf
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ __custom_func() {
__kubectl_get_resource
return
;;
kubectl_log)
kubectl_logs)
__kubectl_require_pod_and_container
return
;;

View File

@ -82,7 +82,7 @@ __custom_func() {
__kubectl_get_resource
return
;;
kubectl_log)
kubectl_logs)
__kubectl_require_pod_and_container
return
;;