diff --git a/bin/fzf-browse-pods b/bin/fzf-browse-pods index dbec35c..a908dc0 100755 --- a/bin/fzf-browse-pods +++ b/bin/fzf-browse-pods @@ -58,7 +58,7 @@ function usage() { echo "Use fzf to browse running k8s pods" } -# shellcheck disable=SC2120, SC2016 +# shellcheck disable=SC2120,SC2016 pods() { : | command='kubectl get pods --all-namespaces' fzf \ --info=inline --layout=reverse --header-lines=1 \