diff --git a/plugins/kubectl-plugins/kubectl-jq b/plugins/kubectl-plugins/kubectl-jq index abbd3dda..44a8cd61 100755 --- a/plugins/kubectl-plugins/kubectl-jq +++ b/plugins/kubectl-plugins/kubectl-jq @@ -1,3 +1,3 @@ #!/bin/bash -/usr/local/bin/kubectl logs -f $1 -n $2 --context $3 | jq -rR '. as $raw | try (fromjson | .message) catch ("\u001b[31m" + $raw + "\u001b[0m")' \ No newline at end of file +kubectl logs -f $1 -n $2 --context $3 | jq -rR '. as $raw | try (fromjson | .message) catch ("\u001b[31m" + $raw + "\u001b[0m")'